Scene | |
public abstract class SceneViewComponent : ComponentBase, ISceneViewComponent
The SceneViewComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| SceneViewComponent | Initializes a new instance of the SceneViewComponent class. |
| 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. |
| Name | Description | |
|---|---|---|
| CheckIfInitialized | CheckIfInitialized | |
| InitializeDeviceResources | Initializes this component with the GpuDevice that is set to the Scene object. This method calls a virtual OnInitializeDeviceResources(VulkanDevice) that can be used by a derived class to create the resources. | |
| OnInitializeDeviceResources | Initializes resources with the specified GpuDevice. This method can be overriden and is called from InitializeDeviceResources method. | |
| OnResourcesInitialized | OnResourcesInitialized |
| Name | Description | |
|---|---|---|
| DeviceResourcesInitialized | ResourcesInitialized event is triggered after the resources were initialized by calling the InitializeDeviceResources method. |