Click or drag to resize

PhysicsRigidBodyKinematic Property

Whether the body is kinematic.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Kinematic { get; set; }

Property Value

Type: 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