Search Results for

    Show / Hide Table of Contents

    Interface IManagedCamera

    Namespace: nickmaltbie.OpenKCC.CameraControls
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IManagedCamera

    Properties

    CameraBase

    Transform representing where the camera origin originates from.

    Declaration
    Transform CameraBase { get; }
    Property Value
    Type Description
    Transform

    Pitch

    Desired pitch of the camera.

    Declaration
    float Pitch { get; set; }
    Property Value
    Type Description
    Single

    PlayerBase

    Transform of the player.

    Declaration
    Transform PlayerBase { get; }
    Property Value
    Type Description
    Transform

    PreviousOpacity

    Gets or sets the previous opacity for the third person character base.

    Declaration
    float PreviousOpacity { get; set; }
    Property Value
    Type Description
    Single

    Yaw

    Desired yaw of the camera.

    Declaration
    float Yaw { get; set; }
    Property Value
    Type Description
    Single
    In This Article
    Back to top OpenKCC Documentation