Property | Type | Description | |
---|---|---|---|
gears | List |
||
index | int | ||
isMovable | bool | ||
relations | List |
||
totalAngularMomentum | float | ||
totalMomentOfInertia | float |
Method | Description | |
---|---|---|
AnalyzeRelations ( ) : void | ||
GearSet ( int index = -1 ) : System | ||
Reset ( int index = -1 ) : void | ||
ToString ( ) : string | ||
TryAddObj ( CollidingObject, obj, CollidingObject, oldObj ) : bool | ||
UpdateObjects ( ) : void | ||
UpdateRelations ( ) : void |
public TryAddObj ( CollidingObject, obj, CollidingObject, oldObj ) : bool | ||
obj | CollidingObject, | |
oldObj | CollidingObject, | |
return | bool |