Class CutsceneCamera
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
positionVector3The new world-space position.
rotationQuaternionThe new world-space rotation.