Search Results for

    Show / Hide Table of Contents

    Class PlayerCameraMovement

    Inheritance
    object
    PlayerCameraMovement
    Namespace: Player
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlayerCameraMovement : MonoBehaviour

    Fields

    lowerBound

    Declaration
    public float lowerBound
    Field Value
    Type Description
    float

    speed

    Declaration
    public float speed
    Field Value
    Type Description
    float

    staticCamera

    Declaration
    public bool staticCamera
    Field Value
    Type Description
    bool

    weight

    Declaration
    public float weight
    Field Value
    Type Description
    float

    winScene

    Declaration
    public bool winScene
    Field Value
    Type Description
    bool

    Methods

    WinScene(GameObject)

    Declaration
    public void WinScene(GameObject player)
    Parameters
    Type Name Description
    GameObject player
    In This Article
    Back to top Example Unity documentation footer