C# Class GM, Gadgets

Inheritance: MonoBehaviour
Mostra file Open project: RITGameDev/Gadgets Class Usage Examples

Public Properties

Property Type Description
levelTime float
timeMet Slider

Public Methods

Method Description
Awake ( ) : void
NextLvl ( ) : void
Sprinkle ( ) : void
Update ( ) : void
diceRoll ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

NextLvl() public method

public NextLvl ( ) : void
return void

Sprinkle() public method

public Sprinkle ( ) : void
return void

Update() public method

public Update ( ) : void
return void

diceRoll() public method

public diceRoll ( ) : void
return void

Property Details

levelTime public_oe property

public float levelTime
return float

timeMet public_oe property

public Slider timeMet
return Slider