Search Results for

    Show / Hide Table of Contents

    Class ObstacleCourse

    This class handles the logic for detecting when a player completes the obstacle course.

    Inheritance
    object
    ObstacleCourse
    Namespace: Game
    Assembly: cs.temp.dll.dll
    Syntax
    public class ObstacleCourse : MonoBehaviour

    Fields

    playerWon

    The player who successfully completes the obstacle course.

    Declaration
    public static GameObject playerWon
    Field Value
    Type Description
    GameObject
    In This Article
    Back to top Example Unity documentation footer