Click or drag to resize
Ab4d.SharpEngine logo

IInitializedSceneComponent Properties

The IInitializedSceneComponent type exposes the following members.

Properties
 NameDescription
Public propertyIsInitialized Gets a Boolean that specifies if this component has already been initialized (the Scene property was set by calling InitializeSceneResources(Scene) method).
Public propertyScene Gets the parent Scene (can be null).
Top
See Also