Click or drag to resize
Ab4d.SharpEngine logo

SceneComponent Methods

The SceneComponent type exposes the following members.

Methods
 NameDescription
Protected methodCheckIfInitialized CheckIfInitialized
Public methodInitializeDeviceResources 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.
Protected methodOnInitializeDeviceResources Initializes resources with the specified GpuDevice. This method can be override and is called from InitializeDeviceResources method.
Protected methodOnResourcesInitialized OnResourcesInitialized
Top
See Also