C# 클래스 Level2Manager, ScorpioDev

상속: MonoBehaviour
파일 보기 프로젝트 열기: mbiondi17/ScorpioDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BowRiderPrefab GameObject
ElephantPrefab GameObject
EnemySpawn1 GameObject
EnemySpawn2 GameObject
EnemySpawn3 GameObject
EnemySpawn4 GameObject
EnemySpawn5 GameObject
EnemySpawn6 GameObject
InfantryPrefab GameObject
PlayerSpawn GameObject
SacredBandPrefab GameObject
WarChariotPrefab GameObject
collider Collider
victoryTextObj GameObject

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider co ) : void
Start ( ) : void
Update ( ) : void
destroy ( ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider co ) : void
co Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

프로퍼티 상세

BowRiderPrefab 공개적으로 프로퍼티

public GameObject BowRiderPrefab
리턴 GameObject

ElephantPrefab 공개적으로 프로퍼티

public GameObject ElephantPrefab
리턴 GameObject

EnemySpawn1 공개적으로 프로퍼티

public GameObject EnemySpawn1
리턴 GameObject

EnemySpawn2 공개적으로 프로퍼티

public GameObject EnemySpawn2
리턴 GameObject

EnemySpawn3 공개적으로 프로퍼티

public GameObject EnemySpawn3
리턴 GameObject

EnemySpawn4 공개적으로 프로퍼티

public GameObject EnemySpawn4
리턴 GameObject

EnemySpawn5 공개적으로 프로퍼티

public GameObject EnemySpawn5
리턴 GameObject

EnemySpawn6 공개적으로 프로퍼티

public GameObject EnemySpawn6
리턴 GameObject

InfantryPrefab 공개적으로 프로퍼티

public GameObject InfantryPrefab
리턴 GameObject

PlayerSpawn 공개적으로 프로퍼티

public GameObject PlayerSpawn
리턴 GameObject

SacredBandPrefab 공개적으로 프로퍼티

public GameObject SacredBandPrefab
리턴 GameObject

WarChariotPrefab 공개적으로 프로퍼티

public GameObject WarChariotPrefab
리턴 GameObject

collider 공개적으로 프로퍼티

public Collider collider
리턴 Collider

victoryTextObj 공개적으로 프로퍼티

public GameObject victoryTextObj
리턴 GameObject