C# 클래스 Events, hac-man

파일 보기 프로젝트 열기: hackerspace-ntnu/hac-man 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
enemyAgents GameObject[]
gameOverRoomtransform Transform
lifeSystem LifeManager
noOfEnemies int
wallObject GameObject

공개 메소드들

메소드 설명
GameOver ( ) : void
OnLoseLife ( ) : void
OnPowerupPickup ( ) : void
Start ( ) : void
Update ( ) : void
Win ( ) : void

메소드 상세

GameOver() 공개 메소드

public GameOver ( ) : void
리턴 void

OnLoseLife() 공개 메소드

public OnLoseLife ( ) : void
리턴 void

OnPowerupPickup() 공개 메소드

public OnPowerupPickup ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Win() 공개 메소드

public Win ( ) : void
리턴 void

프로퍼티 상세

enemyAgents 공개적으로 프로퍼티

public GameObject[] enemyAgents
리턴 GameObject[]

gameOverRoomtransform 공개적으로 프로퍼티

public Transform gameOverRoomtransform
리턴 Transform

lifeSystem 공개적으로 프로퍼티

public LifeManager lifeSystem
리턴 LifeManager

noOfEnemies 공개적으로 프로퍼티

public int noOfEnemies
리턴 int

wallObject 공개적으로 프로퍼티

public GameObject wallObject
리턴 GameObject