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.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void Stick(
Visual parent
)
Parameters
- parent
- Type: Demo3D.VisualsVisual
The parent to stick this visual to.
See Also