Click or drag to resize

VisualInitialParentOnReset Property

Property Value

Type: VisualReference
The parent that should be assigned upon reset. This is useful for vehicle-type components that should reset their position to a particular track section, for example.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public VisualReference InitialParentOnReset { get; set; }

Property Value

Type: VisualReference
See Also