PhysicsRigidBodyKinematic Property |
Whether the body is kinematic.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Kinematic { get; set; }Property Value
Boolean
Remarks
Kinematic bodies are unaffected by any other bodies or by any forces (including
gravity). They may be moved by setting the
Transform property
or by setting the
Velocity and
AngularVelocity properties.
See Also