Table of Contents

Class CutsceneCamera

Namespace
S1API.Cutscenes
Assembly
S1API.dll

Provides managed control over the camera transform used by an active cutscene.

public sealed class CutsceneCamera
Inheritance
CutsceneCamera
Inherited Members
Extension Methods

Properties

Forward

Gets the camera-control forward direction.

public Vector3 Forward { get; }

Property Value

Vector3

Position

Gets or sets the camera-control position in world space.

public Vector3 Position { get; set; }

Property Value

Vector3

Rotation

Gets or sets the camera-control rotation in world space.

public Quaternion Rotation { get; set; }

Property Value

Quaternion

Methods

SetPositionAndRotation(Vector3, Quaternion)

Sets the camera-control position and rotation in world space.

public void SetPositionAndRotation(Vector3 position, Quaternion rotation)

Parameters

position Vector3

The new world-space position.

rotation Quaternion

The new world-space rotation.