![]() | |
Initialized |
The InitializedSceneComponent type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckIfInitialized | |
![]() | CreateClone | (Overrides ComponentBaseCreateClone) |
![]() | InitializeSceneResources | Initializes this component. The specified scene must be initialized (has the GpuDevice property set). This method calls a virtual OnInitializeSceneResources(Scene, VulkanDevice) that can be used by a derived class to create the resources. |
![]() | OnInitializeSceneResources | Initializes resources with the specified Scene and GpuDevice. This method can be override and is called from InitializeSceneResources(Scene) method. |
![]() | OnResourcesInitialized | OnResourcesInitialized |