C# Class Plataforma2Script_Alberto, astronaut

Inheritance: MonoBehaviour
Show file Open project: pmarinr/astronaut

Public Properties

Property Type Description
adestino bool
auto bool
distCovered float
distancia float
pause bool
speed float
waitTime float

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

adestino public property

public bool adestino
return bool

auto public property

public bool auto
return bool

distCovered public property

public float distCovered
return float

distancia public property

public float distancia
return float

pause public property

public bool pause
return bool

speed public property

public float speed
return float

waitTime public property

public float waitTime
return float