C# Class Nave

Inheritance: MonoBehaviour
Exibir arquivo Open project: ProgJogos/programacao-2sem2014 Class Usage Examples

Public Properties

Property Type Description
combustivel int
forcaFoguete float
pontos int
prefabBala GameObject
taxaConsumo int
velGiro float
velTiro float
velocidadeRotacao float
vidas int

Private Methods

Method Description
FixedUpdate ( ) : void
LateUpdate ( ) : void
OnCollisionEnter2D ( ) : void
OnCollisionEnter2D ( Collision2D colisao ) : void
Update ( ) : void

Property Details

combustivel public_oe static_oe property

public static int combustivel
return int

forcaFoguete public_oe property

public float forcaFoguete
return float

pontos public_oe static_oe property

public static int pontos
return int

prefabBala public_oe property

public GameObject prefabBala
return GameObject

taxaConsumo public_oe property

public int taxaConsumo
return int

velGiro public_oe property

public float velGiro
return float

velTiro public_oe property

public float velTiro
return float

velocidadeRotacao public_oe property

public float velocidadeRotacao
return float

vidas public_oe static_oe property

public static int vidas
return int