C# Class SceneStageMgr0, MazeToddler

Inheritance: MonoBehaviour
Exibir arquivo Open project: Nexters/MazeToddler Class Usage Examples

Public Properties

Property Type Description
Instance SceneStageMgr0,
playerItemUI PlayerItem,
sceneClearedUIPrefab GameObject

Public Methods

Method Description
AcquiredHammer ( ) : void
AcquiredShell ( ) : void
BackToLobby ( ) : void
OnBtnResult ( ) : void
OnQuitBtn ( ) : void
PlayerHasHammer ( ) : bool
PlayerHasShell ( ) : bool
PlayerReachedGoal ( ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

AcquiredHammer() public method

public AcquiredHammer ( ) : void
return void

AcquiredShell() public method

public AcquiredShell ( ) : void
return void

BackToLobby() public method

public BackToLobby ( ) : void
return void

OnBtnResult() public method

public OnBtnResult ( ) : void
return void

OnQuitBtn() public method

public OnQuitBtn ( ) : void
return void

PlayerHasHammer() public method

public PlayerHasHammer ( ) : bool
return bool

PlayerHasShell() public method

public PlayerHasShell ( ) : bool
return bool

PlayerReachedGoal() public method

public PlayerReachedGoal ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static SceneStageMgr0, Instance
return SceneStageMgr0,

playerItemUI public_oe property

public PlayerItem, playerItemUI
return PlayerItem,

sceneClearedUIPrefab public_oe property

public GameObject sceneClearedUIPrefab
return GameObject