C# 클래스 BuildMech, SteelX

상속: Photon.MonoBehaviour
파일 보기 프로젝트 열기: andysctu/SteelX 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
weaponScripts Weapon[],
weapons GameObject[]

공개 메소드들

메소드 설명
Build ( string c, string a, string l, string h, string b, string w1l, string w1r, string w2l, string w2r ) : void

비공개 메소드들

메소드 설명
SetName ( string name ) : void
Start ( ) : void
buildMech ( string c, string a, string l, string h, string b, string w1l, string w1r, string w2l, string w2r ) : void
buildWeapons ( string weaponNames ) : void
findGameManager ( ) : void
findHands ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( string c, string a, string l, string h, string b, string w1l, string w1r, string w2l, string w2r ) : void
c string
a string
l string
h string
b string
w1l string
w1r string
w2l string
w2r string
리턴 void

프로퍼티 상세

weaponScripts 공개적으로 프로퍼티

public Weapon[], weaponScripts
리턴 Weapon[],

weapons 공개적으로 프로퍼티

public GameObject[] weapons
리턴 GameObject[]