C# Class RunStopButtonAction, Multiplier

Inheritance: MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier

Méthodes publiques

Свойство Type Description
isRunning bool
runStopButtonText Text
simulationStarter Simulation.SimulationStarter

Méthodes publiques

Méthode Description
Start ( ) : void
StartSimulation ( ) : void
StopSimulation ( ) : void
Toggle ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

StartSimulation() public méthode

public StartSimulation ( ) : void
Résultat void

StopSimulation() public méthode

public StopSimulation ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

Property Details

isRunning public_oe property

public bool isRunning
Résultat bool

runStopButtonText public_oe property

public Text runStopButtonText
Résultat Text

simulationStarter public_oe property

public SimulationStarter,Simulation simulationStarter
Résultat Simulation.SimulationStarter