C# Class movingPlatformBehavior, Project-ROB

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool enable
return bool

maintainUp public_oe property

public bool maintainUp
return bool

movingPlatform public_oe property

public MovingPlatform, movingPlatform
return MovingPlatform,

rotateAround public_oe property

public bool rotateAround
return bool

rotationSpeed public_oe property

public float rotationSpeed
return float

speed public_oe property

public float speed
return float

wayPoints public_oe property

public List wayPoints
return List