C# Class Platform, Obsolete

Inheritance: MonoBehaviour
Show file Open project: Orihaus/Obsolete Class Usage Examples

Public Properties

Property Type Description
Active bool
Direction Vector3
Speed float
StartDelay float
StopHeight float
StopTime float
UseStopHeight bool

Public Methods

Method Description
Activate ( ) : void
OnTriggerEnter ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Active public property

public bool Active
return bool

Direction public property

public Vector3 Direction
return Vector3

Speed public property

public float Speed
return float

StartDelay public property

public float StartDelay
return float

StopHeight public property

public float StopHeight
return float

StopTime public property

public float StopTime
return float

UseStopHeight public property

public bool UseStopHeight
return bool