IScene | |
public interface ISceneViewComponent
The ISceneViewComponent 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. | |
| SceneView | Gets the parent SceneView that is set in the constructor of this object. |
| Name | Description | |
|---|---|---|
| InitializeDeviceResources | Initializes this component with the GpuDevice that is set to the SceneView object. |
| Name | Description | |
|---|---|---|
| DeviceResourcesInitialized | ResourcesInitialized event is triggered after the resources were initialized by calling the InitializeDeviceResources method. |