Table of Contents

Class CameraToy

Namespace
Exiled.API.Features.Toys
Assembly
Exiled.API.dll

A wrapper class for AdminToys.AdminToyBase.

public class CameraToy : AdminToy, IWorldSpace, IPosition, IRotation, IWrapper<Scp079CameraToy>
Inheritance
CameraToy
Implements
IWrapper<Scp079CameraToy>
Inherited Members
Extension Methods

Properties

Base

Gets the base AdminToys.Scp079CameraToy.

public Scp079CameraToy Base { get; }

Property Value

Scp079CameraToy

HorizontalConstraint

Gets or sets the Horizontal restriction.

public Vector2 HorizontalConstraint { get; set; }

Property Value

Vector2

Name

Gets or sets the Name of the Camera.

public string Name { get; set; }

Property Value

string

Room

Gets or sets the Room where the Camera is associated with.

public Room Room { get; set; }

Property Value

Room

VerticalConstraint

Gets or sets the Vertical Restriction.

public Vector2 VerticalConstraint { get; set; }

Property Value

Vector2

ZoomConstraint

Gets or sets the Zoom restriction.

public Vector2 ZoomConstraint { get; set; }

Property Value

Vector2