Reparents this visual to a specified parents and disables physics.
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 Stick(
Visual parent
)
Parameters
- parent Visual
- The parent to stick this visual to.
See Also