C# Class movingPlatformBehavior, Project-ROB

Inheritance: MonoBehaviour
Show file Open project: spooty89/Project-ROB

Public Properties

Property Type Description
enable bool
maintainUp bool
movingPlatform MovingPlatform,
rotateAround bool
rotationSpeed float
speed float
wayPoints List

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

enable public property

public bool enable
return bool

maintainUp public property

public bool maintainUp
return bool

movingPlatform public property

public MovingPlatform, movingPlatform
return MovingPlatform,

rotateAround public property

public bool rotateAround
return bool

rotationSpeed public property

public float rotationSpeed
return float

speed public property

public float speed
return float

wayPoints public property

public List wayPoints
return List