Table of Contents

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

Viewport

SingletonInstance

public static MtObject SingletonInstance { get; }

Property Value

MtObject

Methods

GetViewport(int)

Gets the viewport at the specified index.

public static Viewport GetViewport(int index)

Parameters

index int

The index of the viewport.

Returns

Viewport

The viewport at the specified index.