C# 클래스 OpponentDroneFactory, astrochimps

상속: MonoBehaviour
파일 보기 프로젝트 열기: arcoelho01/astrochimps

공개 프로퍼티들

프로퍼티 타입 설명
commanderCenter Transform
droneHunter GameObject
dronePatrol GameObject
droneSaboteur GameObject
metalCost int
timeCreateDrone int

공개 메소드들

메소드 설명
CreateDroneHunter ( ) : void
CreateDronePatrol ( ) : void
CreateDroneSaboteur ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ProgressCompleted ( ) : bool

메소드 상세

CreateDroneHunter() 공개 메소드

public CreateDroneHunter ( ) : void
리턴 void

CreateDronePatrol() 공개 메소드

public CreateDronePatrol ( ) : void
리턴 void

CreateDroneSaboteur() 공개 메소드

public CreateDroneSaboteur ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

commanderCenter 공개적으로 프로퍼티

public Transform commanderCenter
리턴 Transform

droneHunter 공개적으로 프로퍼티

public GameObject droneHunter
리턴 GameObject

dronePatrol 공개적으로 프로퍼티

public GameObject dronePatrol
리턴 GameObject

droneSaboteur 공개적으로 프로퍼티

public GameObject droneSaboteur
리턴 GameObject

metalCost 공개적으로 프로퍼티

public int metalCost
리턴 int

timeCreateDrone 공개적으로 프로퍼티

public int timeCreateDrone
리턴 int