Click or drag to resize
Ab4d.SharpEngine logo

InitializedSceneComponent Methods

The InitializedSceneComponent type exposes the following members.

Methods
 NameDescription
Protected methodCheckIfInitialized 
Protected methodCreateClone
(Overrides ComponentBaseCreateClone)
Public methodInitializeSceneResources 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.
Protected methodOnInitializeSceneResources Initializes resources with the specified Scene and GpuDevice. This method can be override and is called from InitializeSceneResources(Scene) method.
Protected methodOnResourcesInitialized OnResourcesInitialized
Top
See Also