Class MovingPlatform
Inheritance
object
MovingPlatform
Namespace: Game
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 |