Search Results for

    Show / Hide Table of Contents

    Interface ICameraControls

    Interface for camera controls for a character controller.

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

    Properties

    PlayerHeading

    Get the heading of the player

    Declaration
    Quaternion PlayerHeading { get; }
    Property Value
    Type Description
    Quaternion
    In This Article
    Back to top OpenKCC Documentation