C# 클래스 Build, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
material int
weapon int

공개 메소드들

메소드 설명
Build ( int t, SectionMaterial, m, SectionWeapon, w ) : System.Collections
Build ( string actionMessage ) : System.Collections
GetActionMessage ( ) : string
Perform ( ) : void

보호된 메소드들

메소드 설명
ParseActionMessage ( string actionMessage ) : void

비공개 메소드들

메소드 설명
DecodeMaterial ( ) : SectionMaterial,
DecodeWeapon ( ) : SectionWeapon,
EncodeMaterial ( SectionMaterial, m ) : int
EncodeWeapon ( SectionWeapon, w ) : int
GetTower ( ) : Tower,

메소드 상세

Build() 공개 메소드

public Build ( int t, SectionMaterial, m, SectionWeapon, w ) : System.Collections
t int
m SectionMaterial,
w SectionWeapon,
리턴 System.Collections

Build() 공개 메소드

public Build ( string actionMessage ) : System.Collections
actionMessage string
리턴 System.Collections

GetActionMessage() 공개 메소드

public GetActionMessage ( ) : string
리턴 string

ParseActionMessage() 보호된 메소드

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
리턴 void

Perform() 공개 메소드

public Perform ( ) : void
리턴 void

프로퍼티 상세

material 공개적으로 프로퍼티

public int material
리턴 int

weapon 공개적으로 프로퍼티

public int weapon
리턴 int