RigidBodyMotionType Enum
Type of motion that can be applied to a rigid body.
Syntax
[Sansar.Script.Interface]
public enum RigidBodyMotionType
public enum RigidBodyMotionType
Remarks
Documentation for this section has not yet been entered.
Members
Member Name | Description |
---|---|
MotionTypeDynamic | Dynamic. This object is fully affected by the physics simulation. |
MotionTypeKeyframed | Keyframed. This object has its position and velocity directly controlled by scripts. |
MotionTypeStatic | Static. This object never moves. |
Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
0 Comments