C# Class pilar_PlataformaScript, astronaut

Inheritance: MonoBehaviour
Show file Open project: pmarinr/astronaut

Public Properties

Property Type Description
auto bool
delay float
ejeY float
pause bool

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activar() public method

public activar ( ) : void
return void

Property Details

auto public property

public bool auto
return bool

delay public property

public float delay
return float

ejeY public property

public float ejeY
return float

pause public property

public bool pause
return bool