#include <SPhysicsStructs.h>
Public Attributes | |
| f32 | gearRatio |
| The gearing ration of the pulley. | |
| IPhysicsBaseEntity * | child |
| The child of the pulley. | |
| IPhysicsBaseEntity * | parent |
| The parent of the pulley. | |
| vector3df | parentPin |
| Movement pin of the parent. | |
| vector3df | childPin |
| Movement pin of the child. | |
The gearing ration of the pulley.
The child of the pulley.
The parent of the pulley.
| vector3df SPhysicsPulley::parentPin |
Movement pin of the parent.
| vector3df SPhysicsPulley::childPin |
Movement pin of the child.
1.5.1-p1