C# Class OwlEventText, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
ChicksImage GameObject
Choice1 GameObject
Choice2 GameObject
ClickedTime_OwlEvent int
Owl GameObject
OwlForText GameObject
button GameObject
text Text

Public Methods

Method Description
IsClicked ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

IsClicked() public method

public IsClicked ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ChicksImage public property

public GameObject ChicksImage
return GameObject

Choice1 public property

public GameObject Choice1
return GameObject

Choice2 public property

public GameObject Choice2
return GameObject

ClickedTime_OwlEvent public static property

public static int ClickedTime_OwlEvent
return int

Owl public property

public GameObject Owl
return GameObject

OwlForText public property

public GameObject OwlForText
return GameObject

button public property

public GameObject button
return GameObject

text public property

public Text text
return Text