IInitialized | |
public interface IInitializedSceneComponent
The IInitializedSceneComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| IsInitialized | Gets a Boolean that specifies if this component has already been initialized (the Scene property was set by calling InitializeSceneResources(Scene) method). | |
| Scene | Gets the parent Scene (can be null). |
| Name | Description | |
|---|---|---|
| InitializeSceneResources | Initializes this component |
| Name | Description | |
|---|---|---|
| SceneResourcesInitialized | ResourcesInitialized event is triggered after the resources were initialized by calling the InitializeSceneResources(Scene) method. |