IScene | |
public interface ISceneComponent
The ISceneComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| IsInitialized | Gets a Boolean that specifies if this component has already been initialized by providing the VulkanDevice that was used to create resources. | |
| Scene | Gets the parent Scene that is set in the constructor of this object. |
| Name | Description | |
|---|---|---|
| InitializeDeviceResources | Initializes this component with the GpuDevice that is set to the Scene object. |
| Name | Description | |
|---|---|---|
| DeviceResourcesInitialized | ResourcesInitialized event is triggered after the resources were initialized by calling the InitializeDeviceResources method. |