C# Class OwlEventText, HomeAlone

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public GameObject ChicksImage
return GameObject

Choice1 public_oe property

public GameObject Choice1
return GameObject

Choice2 public_oe property

public GameObject Choice2
return GameObject

ClickedTime_OwlEvent public_oe static_oe property

public static int ClickedTime_OwlEvent
return int

Owl public_oe property

public GameObject Owl
return GameObject

OwlForText public_oe property

public GameObject OwlForText
return GameObject

button public_oe property

public GameObject button
return GameObject

text public_oe property

public Text text
return Text