C# 클래스 UI_Game, TestGame

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

공개 프로퍼티들

프로퍼티 타입 설명
characterSystem UnityEngine.GameObject
craftSystem UnityEngine.GameObject
input_content InputField,
inventory UnityEngine.GameObject
sb_vertical Scrollbar
statePanel UnityEngine.GameObject
text_error UnityEngine.GameObject
text_pos Text
tran_relive Transform
tran_text Transform

공개 메소드들

메소드 설명
AttackSkill ( int skillId ) : void
OnAttackSkill1 ( ) : void
OnAttackSkill2 ( ) : void
OnAttackSkill3 ( ) : void
OnCloseGame ( ) : void
OnEquipInventory ( ) : void
OnInventory ( ) : void
OnPick ( ) : void
OnRelive ( ) : void
OnResetView ( ) : void
OnSendMessage ( ) : void
OnState ( ) : void
OnTabSelected ( ) : void
ReceiveChatMessage ( string msg ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

AttackSkill() 공개 메소드

public AttackSkill ( int skillId ) : void
skillId int
리턴 void

OnAttackSkill1() 공개 메소드

public OnAttackSkill1 ( ) : void
리턴 void

OnAttackSkill2() 공개 메소드

public OnAttackSkill2 ( ) : void
리턴 void

OnAttackSkill3() 공개 메소드

public OnAttackSkill3 ( ) : void
리턴 void

OnCloseGame() 공개 메소드

public OnCloseGame ( ) : void
리턴 void

OnEquipInventory() 공개 메소드

public OnEquipInventory ( ) : void
리턴 void

OnInventory() 공개 메소드

public OnInventory ( ) : void
리턴 void

OnPick() 공개 메소드

public OnPick ( ) : void
리턴 void

OnRelive() 공개 메소드

public OnRelive ( ) : void
리턴 void

OnResetView() 공개 메소드

public OnResetView ( ) : void
리턴 void

OnSendMessage() 공개 메소드

public OnSendMessage ( ) : void
리턴 void

OnState() 공개 메소드

public OnState ( ) : void
리턴 void

OnTabSelected() 공개 메소드

public OnTabSelected ( ) : void
리턴 void

ReceiveChatMessage() 공개 메소드

public ReceiveChatMessage ( string msg ) : void
msg string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

characterSystem 공개적으로 프로퍼티

public GameObject,UnityEngine characterSystem
리턴 UnityEngine.GameObject

craftSystem 공개적으로 프로퍼티

public GameObject,UnityEngine craftSystem
리턴 UnityEngine.GameObject

input_content 공개적으로 프로퍼티

public InputField, input_content
리턴 InputField,

inventory 공개적으로 프로퍼티

public GameObject,UnityEngine inventory
리턴 UnityEngine.GameObject

sb_vertical 공개적으로 프로퍼티

public Scrollbar sb_vertical
리턴 Scrollbar

statePanel 공개적으로 프로퍼티

public GameObject,UnityEngine statePanel
리턴 UnityEngine.GameObject

text_error 공개적으로 프로퍼티

public GameObject,UnityEngine text_error
리턴 UnityEngine.GameObject

text_pos 공개적으로 프로퍼티

public Text text_pos
리턴 Text

tran_relive 공개적으로 프로퍼티

public Transform tran_relive
리턴 Transform

tran_text 공개적으로 프로퍼티

public Transform tran_text
리턴 Transform