Class CameraSystem
- Namespace
- SharpPluginLoader.Core
- Assembly
- SharpPluginLoader.Core.dll
Exposes functionality related to the sMhCamera singleton.
public static class CameraSystem
- Inheritance
-
CameraSystem
- Inherited Members
Properties
MainViewport
Gets the main viewport.
public static Viewport MainViewport { get; }
Property Value
SingletonInstance
public static MtObject SingletonInstance { get; }
Property Value
Methods
GetViewport(int)
Gets the viewport at the specified index.
public static Viewport GetViewport(int index)
Parameters
index
intThe index of the viewport.
Returns
- Viewport
The viewport at the specified index.