C# 클래스 Equipment_Upgrade_FullControl, Castle-Bashers

상속: MonoBehaviour
파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers

공개 프로퍼티들

프로퍼티 타입 설명
Accessories GameObject
Amror GameObject
LV Text
Old Image
Weapon GameObject
weapons Text[]

공개 메소드들

메소드 설명
Change ( int id, int player_id = null ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Change() 공개 메소드

public Change ( int id, int player_id = null ) : void
id int
player_id int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Accessories 공개적으로 프로퍼티

public GameObject Accessories
리턴 GameObject

Amror 공개적으로 프로퍼티

public GameObject Amror
리턴 GameObject

LV 공개적으로 프로퍼티

public Text LV
리턴 Text

Old 공개적으로 프로퍼티

public Image Old
리턴 Image

Weapon 공개적으로 프로퍼티

public GameObject Weapon
리턴 GameObject

weapons 공개적으로 프로퍼티

public Text[] weapons
리턴 Text[]