C# 클래스 SheepEventText, HomeAlone

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/HomeAlone

공개 프로퍼티들

프로퍼티 타입 설명
ClickedTime_SheepEvent int
SheepForText GameObject
Sheep_CantCook GameObject
Sheep_Normal GameObject
button GameObject
player1 GameObject
text Text

공개 메소드들

메소드 설명
IsClicked ( ) : void
SpriteEnabled ( GameObject Object, bool b ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

IsClicked() 공개 메소드

public IsClicked ( ) : void
리턴 void

SpriteEnabled() 공개 메소드

public SpriteEnabled ( GameObject Object, bool b ) : void
Object GameObject
b bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ClickedTime_SheepEvent 공개적으로 정적으로 프로퍼티

public static int ClickedTime_SheepEvent
리턴 int

SheepForText 공개적으로 프로퍼티

public GameObject SheepForText
리턴 GameObject

Sheep_CantCook 공개적으로 프로퍼티

public GameObject Sheep_CantCook
리턴 GameObject

Sheep_Normal 공개적으로 프로퍼티

public GameObject Sheep_Normal
리턴 GameObject

button 공개적으로 프로퍼티

public GameObject button
리턴 GameObject

player1 공개적으로 프로퍼티

public GameObject player1
리턴 GameObject

text 공개적으로 프로퍼티

public Text text
리턴 Text