C# 클래스 SelectableMound, squirrel-simulator

상속: Selectable
파일 보기 프로젝트 열기: ZackAdams/squirrel-simulator

공개 프로퍼티들

프로퍼티 타입 설명
nutCountHole int
player GameObject
target GUIText

공개 메소드들

메소드 설명
OnDeselect ( ) : void
OnGUI ( ) : void
OnSelect ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnDeselect() 공개 메소드

public OnDeselect ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnSelect() 공개 메소드

public OnSelect ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

nutCountHole 공개적으로 프로퍼티

public int nutCountHole
리턴 int

player 공개적으로 프로퍼티

public GameObject player
리턴 GameObject

target 공개적으로 프로퍼티

public GUIText target
리턴 GUIText