C# Class PlayerItem, MazeToddler

Inheritance: MonoBehaviour
Show file 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 property

public bool playerGotHammer
return bool

playerGotShell public property

public bool playerGotShell
return bool

playerHammer public property

public GameObject playerHammer
return GameObject

playerShell public property

public GameObject playerShell
return GameObject