PhysicsBehaviour Enumeration |
Namespace: ImmerseSDK.Interaction
public enum PhysicsBehaviour
Member name | Value | Description | |
---|---|---|---|
InheritFromRigidbody | 0 | Gets it from the original state of the RigidBody | |
Kinematic | 1 | Force to Kinematic (no physics) | |
NonKinematic | 2 | Force physics on |