|
| float | Mass [get, set] |
| | Gets or sets the mass. More...
|
| |
| float | AngularDamping [get, set] |
| | Gets or sets the angular damping. More...
|
| |
| float | LinearDamping [get, set] |
| | Gets or sets the linear damping. More...
|
| |
| Vector3 | Gravity [get, set] |
| | Gets or sets the gravity for this single rigid body overriding the engine. More...
|
| |
| Vector3 | TotalTorque [get] |
| | Gets the total torque. More...
|
| |
| Vector3 | AngularVelocity [get, set] |
| | Gets or sets the angular velocity. More...
|
| |
| Vector3 | LinearVelocity [get, set] |
| | Gets or sets the linear velocity. More...
|
| |
| Vector3 | TotalForce [get] |
| | Gets the total force. More...
|
| |
| Vector3 | AngularFactor [get, set] |
| | Gets or sets the angular factor. More...
|
| |
| Vector3 | LinearFactor [get, set] |
| | Gets or sets the linear factor. More...
|
| |
| RigidBodyTypes | Type [get, set] |
| | Gets or sets the type. More...
|
| |
| FastList< Constraint > | LinkedConstraints [get, set] |
| | Gets the linked constraints. More...
|
| |
| bool | Enabled [get, set] |
| | Gets or sets a value indicating whether this Collider is enabled. More...
|
| |
| bool | CanSleep [get, set] |
| | Gets or sets a value indicating whether this instance can sleep. More...
|
| |
| bool | IsActive [get] |
| | Gets a value indicating whether this instance is active (awake). More...
|
| |
| float | Restitution [get, set] |
| | Gets or sets the restitution. More...
|
| |
| float | Friction [get, set] |
| | Gets or sets the friction. More...
|
| |
| float | RollingFriction [get, set] |
| | Gets or sets the rolling friction. More...
|
| |
| float | CcdMotionThreshold [get, set] |
| | Gets or sets the CCD motion threshold. More...
|
| |
| float | CcdSweptSphereRadius [get, set] |
| | Gets or sets the CCD swept sphere radius. More...
|
| |
| bool | IsTrigger [get, set] |
| | Gets or sets a value indicating whether this instance is a trigger. More...
|
| |
| Matrix | PhysicsWorldTransform [get, set] |
| | Gets the physics world transform. More...
|
| |
| ColliderShape | ColliderShape [get, set] |
| | Gets the collider shape. More...
|
| |
| bool | ContactsAlwaysValid [get, set] |
| | Gets or sets a value indicating whether the Contacts list needs to be always valid. This is used to improve performance in the case the list is not needed. More...
|
| |
| EventHandler< CollisionArgs > | OnFirstContactBegin |
| | Occurs when the first contant with a collider begins. More...
|
| |
| EventHandler< CollisionArgs > | OnContactBegin |
| | Occurs when a contact begins (there could be multiple contacts and contact points). More...
|
| |
| EventHandler< CollisionArgs > | OnContactChange |
| | Occurs when a contact changed. More...
|
| |
| EventHandler< CollisionArgs > | OnLastContactEnd |
| | Occurs when the last contact with a collider happened. More...
|
| |
| EventHandler< CollisionArgs > | OnContactEnd |
| | Occurs when a contact ended. More...
|
| |
| FastList< Contact > | Contacts [get] |
| | Gets the contacts. More...
|
| |
| string | Tag [get, set] |
| | Gets or sets the tag. More...
|
| |
| object | EntityObject [get, set] |
| | Gets or sets the entity object. Should always cast this as an Entity More...
|
| |
Definition at line 8 of file RigidBody.cs.