C# Class CajaScript, DEMI2015

Inheritance: MonoBehaviour
Exibir arquivo Open project: ESCAV/DEMI2015

Public Properties

Property Type Description
velocidad float

Public Methods

Method Description
Minicaja ( ) : void
Start ( ) : void
Supercaja ( ) : void
Update ( ) : void
mover ( float vel ) : void

Method Details

Minicaja() public method

public Minicaja ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Supercaja() public method

public Supercaja ( ) : void
return void

Update() public method

public Update ( ) : void
return void

mover() public method

public mover ( float vel ) : void
vel float
return void

Property Details

velocidad public_oe property

public float velocidad
return float