C# Class SheepEventText, HomeAlone

Inheritance: MonoBehaviour
Exibir arquivo Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
ClickedTime_SheepEvent int
SheepForText GameObject
Sheep_CantCook GameObject
Sheep_Normal GameObject
button GameObject
player1 GameObject
text Text

Public Methods

Method Description
IsClicked ( ) : void
SpriteEnabled ( GameObject Object, bool b ) : void
Start ( ) : void
Update ( ) : void

Method Details

IsClicked() public method

public IsClicked ( ) : void
return void

SpriteEnabled() public method

public SpriteEnabled ( GameObject Object, bool b ) : void
Object GameObject
b bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ClickedTime_SheepEvent public_oe static_oe property

public static int ClickedTime_SheepEvent
return int

SheepForText public_oe property

public GameObject SheepForText
return GameObject

Sheep_CantCook public_oe property

public GameObject Sheep_CantCook
return GameObject

Sheep_Normal public_oe property

public GameObject Sheep_Normal
return GameObject

button public_oe property

public GameObject button
return GameObject

player1 public_oe property

public GameObject player1
return GameObject

text public_oe property

public Text text
return Text