My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Verlet.Part Class Reference

Public Member Functions

void Integrate (float timeStep, float damp, float gravityScale, float mass)
 
void Collide (int layerMask)
 
void AddForce (Vector3 force)
 
void SetPosition (Vector3 pos)
 
Vector3 GetVelocity ()
 
void SetVelocity (Vector3 vel)
 
 Part (Vector3 pos)
 

Public Attributes

Vector3 pos
 
Vector3 oldPos
 
Vector3 prePos
 
bool immovable
 
bool collided
 
List< Constraintcons = new List<Constraint>()
 

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