Click or drag to resize

AspectComponentBaseIsInitialized Property

Gets the value of whether or not this aspect has been initialized. An aspect is initialized during the scenes initialization when starting a model.

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

Property Value

Type: Boolean
See Also