C# 클래스 TowerBase, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
modules List
playerNumber int
towerNumber int
towerPoint GameObject

공개 메소드들

메소드 설명
GetPlayerNumber ( ) : int
GetTowerNumber ( ) : int
Highlight ( ) : void
SetColor ( Color c ) : void
SetPlayerNumber ( int n ) : void
SetTowerNumber ( int n ) : void
Unhighlight ( ) : void
Update ( ) : void

메소드 상세

GetPlayerNumber() 공개 메소드

public GetPlayerNumber ( ) : int
리턴 int

GetTowerNumber() 공개 메소드

public GetTowerNumber ( ) : int
리턴 int

Highlight() 공개 메소드

public Highlight ( ) : void
리턴 void

SetColor() 공개 메소드

public SetColor ( Color c ) : void
c Color
리턴 void

SetPlayerNumber() 공개 메소드

public SetPlayerNumber ( int n ) : void
n int
리턴 void

SetTowerNumber() 공개 메소드

public SetTowerNumber ( int n ) : void
n int
리턴 void

Unhighlight() 공개 메소드

public Unhighlight ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

modules 공개적으로 프로퍼티

public List modules
리턴 List

playerNumber 공개적으로 프로퍼티

public int playerNumber
리턴 int

towerNumber 공개적으로 프로퍼티

public int towerNumber
리턴 int

towerPoint 공개적으로 프로퍼티

public GameObject towerPoint
리턴 GameObject