My Project
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Static Public Attributes | Protected Attributes | List of all members
Verlet Class Reference
Inheritance diagram for Verlet:
VerletCloth

Classes

class  Constraint
 
class  Part
 

Public Member Functions

void PhysicsUpdate (float timeStep)
 
void AddWind (Vector3 wind)
 
void Clear ()
 

Public Attributes

int iterations = 1
 
float timeStep = 0.0165f
 
float damp = 1.0f
 
float gravityScale = 1.0f
 
float mass = 1.0f
 
float constraint = 1.0f
 
bool collides = true
 
LayerMask collisionLayer
 
List< int > immovables = new List<int>()
 
bool drawGizmos = false
 
bool drawLabels = true
 
bool drawConstraints = true
 
List< Partparts = new List<Part>()
 
List< Constraintcons = new List<Constraint>()
 

Static Public Attributes

static readonly float Error = 0.001f
 

Protected Attributes

bool visible = true
 

The documentation for this class was generated from the following file: