class MohoPhysicsOptions
New Feature
class MohoPhysicsOptions { MohoPhysicsOptions(); ~MohoPhysicsOptions(); bool fPhysicsEnabled; bool fStaticBody; bool fSleeping; int32 fRespawnInterval; LM_Vector2 fInitialVelocity; real fDensity; real fFriction; real fRestitution; bool fPivotOnOrigin; bool fEnableMotor; AnimVal fMotorSpeed; real fMotorTorque; bool fForceObject; AnimVec2 fForceVector; };
- Posted in: MOHO Classes