C# Class RootController, Lurk2015Testing

Inheritance: MonoBehaviour
Mostra file Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
descendTime float
riseTime float
timeAtPeak float
upwardVelocity float

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Property Details

descendTime public_oe property

public float descendTime
return float

riseTime public_oe property

public float riseTime
return float

timeAtPeak public_oe property

public float timeAtPeak
return float

upwardVelocity public_oe property

public float upwardVelocity
return float