Obi
6.4
Unified particle physics for Unity
|
Public Member Functions | |
override ObiDistanceConstraintsBatch | CreateBatch (ObiDistanceConstraintsBatch source=null) |
Public Member Functions inherited from Obi.ObiConstraints< T > | |
void | Merge (ObiActor actor, IObiConstraints other) |
IObiConstraintsBatch | GetBatch (int i) |
int | GetBatchCount () |
int | GetConstraintCount () |
int | GetActiveConstraintCount () |
void | DeactivateAllConstraints () |
T | GetFirstBatch () |
Oni.ConstraintType | GetConstraintType () |
void | Clear () |
virtual T | CreateBatch (T source=null) |
void | AddBatch (T batch) |
bool | RemoveBatch (T batch) |
bool | AddToSolver (ObiSolver solver) |
bool | RemoveFromSolver () |
Additional Inherited Members | |
Public Attributes inherited from Obi.ObiConstraints< T > | |
List< T > | batches = new List<T>() |
Protected Attributes inherited from Obi.ObiConstraints< T > | |
ObiSolver | m_Solver |