Click or drag to resize

StraightConveyorOnLiftMoved Property

Occurs when a lift conveyor reaches LiftMinHeight or LiftMaxHeight. If set, this overrides OnLiftUp and OnLiftDown which won't then be called even if they are set to a script function.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public VisualScriptReference OnLiftMoved { get; }

Property Value

Type: VisualScriptReference
See Also