Click or drag to resize
Ab4d.SharpEngine logo

Scene Constructor

Overload List
 NameDescription
Public methodScene(String) Creates Scene object without a VulkanDevice. Before rendering the Scene, it needs to be initialized by calling Initialize(VulkanDevice) method.
Public methodScene(VulkanDevice, String) Creates Scene object and provides a VulkanDevice.
Top
See Also