C# Class Herometer

Inheritance: MonoBehaviour
Mostrar archivo Open project: Devination/TheRightWay

Public Properties

Property Type Description
maxTime float
value float

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxTime public_oe property

public float maxTime
return float

value public_oe property

public float value
return float