C# 클래스 EquipShort, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
blocked bool
equipID int
type EquipSet

공개 메소드들

메소드 설명
Change ( EquipSet t, int e ) : void
Change ( EquipSet t, int e, bool b ) : void
EquipShort ( ) : System.Collections
EquipShort ( EquipSet t, int e ) : System.Collections
GetContent ( ) : GUIContent
GetEquipment ( ) : Equipment,
GetIcon ( ) : Texture2D
GetName ( ) : string
IsArmor ( ) : bool
IsNone ( ) : bool
IsWeapon ( ) : bool

메소드 상세

Change() 공개 메소드

public Change ( EquipSet t, int e ) : void
t EquipSet
e int
리턴 void

Change() 공개 메소드

public Change ( EquipSet t, int e, bool b ) : void
t EquipSet
e int
b bool
리턴 void

EquipShort() 공개 메소드

public EquipShort ( ) : System.Collections
리턴 System.Collections

EquipShort() 공개 메소드

public EquipShort ( EquipSet t, int e ) : System.Collections
t EquipSet
e int
리턴 System.Collections

GetContent() 공개 메소드

public GetContent ( ) : GUIContent
리턴 GUIContent

GetEquipment() 공개 메소드

public GetEquipment ( ) : Equipment,
리턴 Equipment,

GetIcon() 공개 메소드

public GetIcon ( ) : Texture2D
리턴 UnityEngine.Texture2D

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

IsArmor() 공개 메소드

public IsArmor ( ) : bool
리턴 bool

IsNone() 공개 메소드

public IsNone ( ) : bool
리턴 bool

IsWeapon() 공개 메소드

public IsWeapon ( ) : bool
리턴 bool

프로퍼티 상세

blocked 공개적으로 프로퍼티

public bool blocked
리턴 bool

equipID 공개적으로 프로퍼티

public int equipID
리턴 int

type 공개적으로 프로퍼티

public EquipSet type
리턴 EquipSet