PhysicsRigidBodyKinematic Property  | 
 
            Whether the body is kinematic.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic 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