C# 클래스 Nave

상속: MonoBehaviour
파일 보기 프로젝트 열기: ProgJogos/programacao-2sem2014 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
combustivel int
forcaFoguete float
pontos int
prefabBala GameObject
taxaConsumo int
velGiro float
velTiro float
velocidadeRotacao float
vidas int

비공개 메소드들

메소드 설명
FixedUpdate ( ) : void
LateUpdate ( ) : void
OnCollisionEnter2D ( ) : void
OnCollisionEnter2D ( Collision2D colisao ) : void
Update ( ) : void

프로퍼티 상세

combustivel 공개적으로 정적으로 프로퍼티

public static int combustivel
리턴 int

forcaFoguete 공개적으로 프로퍼티

public float forcaFoguete
리턴 float

pontos 공개적으로 정적으로 프로퍼티

public static int pontos
리턴 int

prefabBala 공개적으로 프로퍼티

public GameObject prefabBala
리턴 GameObject

taxaConsumo 공개적으로 프로퍼티

public int taxaConsumo
리턴 int

velGiro 공개적으로 프로퍼티

public float velGiro
리턴 float

velTiro 공개적으로 프로퍼티

public float velTiro
리턴 float

velocidadeRotacao 공개적으로 프로퍼티

public float velocidadeRotacao
리턴 float

vidas 공개적으로 정적으로 프로퍼티

public static int vidas
리턴 int