C# Class PlataformaScript, astronaut

Inheritance: MonoBehaviour
Mostra 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_oe property

public bool auto
return bool

delay public_oe property

public float delay
return float

ejeY public_oe property

public float ejeY
return float

pause public_oe property

public bool pause
return bool