CameraSystem
Namespace: SharpPluginLoader.Core
public static class CameraSystem
Inheritance Object → CameraSystem
Properties
SingletonInstance
public static nint SingletonInstance { get; }
Property Value
MainViewport
Gets the main viewport.
public static Viewport MainViewport { get; }
Property Value
Methods
GetViewport(Int32)
Gets the viewport at the specified index.
public static Viewport GetViewport(int index)
Parameters
index
Int32
The index of the viewport.
Returns
Viewport
The viewport at the specified index.