Click or drag to resize

VisualStick Method

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: 19.00.00
Syntax
C#
public void Stick(
	Visual parent
)

Parameters

parent  Visual
The parent to stick this visual to.
See Also