Search Results for

    Show / Hide Table of Contents

    Class MovingPlatform

    Inheritance
    object
    MovingPlatform
    Namespace: Global
    Assembly: cs.temp.dll.dll
    Syntax
    public class MovingPlatform : MonoBehaviour

    Fields

    platform

    Declaration
    public Transform platform
    Field Value
    Type Description
    Transform

    points

    Declaration
    public Transform[] points
    Field Value
    Type Description
    Transform[]

    speed

    Declaration
    public float speed
    Field Value
    Type Description
    float

    startPoint

    Declaration
    public int startPoint
    Field Value
    Type Description
    int
    In This Article
    Back to top Example Unity documentation footer