C# Class PlayerItem, MazeToddler

Inheritance: MonoBehaviour
Datei anzeigen Open project: Nexters/MazeToddler Class Usage Examples

Public Properties

Property Type Description
playerGotHammer bool
playerGotShell bool
playerHammer GameObject
playerShell GameObject

Public Methods

Method Description
Awake ( ) : void
PlayerGotHammer ( ) : void
PlayerGotShell ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

PlayerGotHammer() public method

public PlayerGotHammer ( ) : void
return void

PlayerGotShell() public method

public PlayerGotShell ( ) : void
return void

Property Details

playerGotHammer public_oe property

public bool playerGotHammer
return bool

playerGotShell public_oe property

public bool playerGotShell
return bool

playerHammer public_oe property

public GameObject playerHammer
return GameObject

playerShell public_oe property

public GameObject playerShell
return GameObject