CameraSystem

Namespace: SharpPluginLoader.Core

public static class CameraSystem

Inheritance ObjectCameraSystem

Properties

SingletonInstance

public static nint SingletonInstance { get; }

Property Value

IntPtr

MainViewport

Gets the main viewport.

public static Viewport MainViewport { get; }

Property Value

Viewport

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.