Click or drag to resize
Ab4d.SharpEngine logo

ISceneComponent Interface

ISceneComponent interface is implemented by a class that is created by providing a Scene object.

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public interface ISceneComponent

The ISceneComponent type exposes the following members.

Properties
 NameDescription
Public propertyIsInitialized Gets a Boolean that specifies if this component has already been initialized by providing the VulkanDevice that was used to create resources.
Public propertyScene Gets the parent Scene that is set in the constructor of this object.
Top
Methods
 NameDescription
Public methodInitializeDeviceResources Initializes this component with the GpuDevice that is set to the Scene object.
Top
Events
 NameDescription
Public eventDeviceResourcesInitialized ResourcesInitialized event is triggered after the resources were initialized by calling the InitializeDeviceResources method.
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Core.ISceneComponent"]

See Also