C# 클래스 MainShopMenu

상속: MonoBehaviour
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buttons GUIStyle

보호된 프로퍼티들

프로퍼티 타입 설명
buyOption string
closeOption string
distance int
greeting string
sellOption string
shopDoor string
showMenu bool
sizeFont int

공개 메소드들

메소드 설명
inBoundaries ( ) : bool
inHeightBoundaries ( ) : bool
inWidthBoundaries ( ) : bool
shopEnabled ( ) : bool

보호된 메소드들

메소드 설명
OnGUI ( ) : void
clicked ( ) : void

메소드 상세

OnGUI() 보호된 메소드

protected OnGUI ( ) : void
리턴 void

clicked() 보호된 메소드

protected clicked ( ) : void
리턴 void

inBoundaries() 공개 메소드

public inBoundaries ( ) : bool
리턴 bool

inHeightBoundaries() 공개 메소드

public inHeightBoundaries ( ) : bool
리턴 bool

inWidthBoundaries() 공개 메소드

public inWidthBoundaries ( ) : bool
리턴 bool

shopEnabled() 공개 메소드

public shopEnabled ( ) : bool
리턴 bool

프로퍼티 상세

buttons 공개적으로 프로퍼티

public GUIStyle buttons
리턴 GUIStyle

buyOption 보호되어 있는 프로퍼티

protected string buyOption
리턴 string

closeOption 보호되어 있는 프로퍼티

protected string closeOption
리턴 string

distance 보호되어 있는 프로퍼티

protected int distance
리턴 int

greeting 보호되어 있는 프로퍼티

protected string greeting
리턴 string

sellOption 보호되어 있는 프로퍼티

protected string sellOption
리턴 string

shopDoor 보호되어 있는 프로퍼티

protected string shopDoor
리턴 string

showMenu 보호되어 있는 프로퍼티

protected bool showMenu
리턴 bool

sizeFont 보호되어 있는 프로퍼티

protected int sizeFont
리턴 int