PhysicsObjectKinematic Property |
If True and BodyType is Vehicle, then this body may be animated (with MoveTo, for example) such that it will interact correctly with loads. This is useful for building lift platforms, shuttles, etc.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic override bool Kinematic { get; set; }Property Value
Type:
Boolean
See Also