VisualStickKinematic Method |
Reparents this visual to a specified parents and sets visual to be kinematic
This is intended for use with loads, where parent is generally a vehicle or some visual that will be moving the load.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void StickKinematic(
Visual parent
)
Parameters
- parent Visual
- The parent to stick this visual to.
See Also