C# Class ActionsPanel, PuzzleGameProject

Inheritance: MonoBehaviour
显示文件 Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Public Properties

Property Type Description
actions int>.Dictionary

Public Methods

Method Description
DecreaseAction ( Text textAssociated ) : void
IncreaseAction ( Text textAssociated ) : void
Start ( ) : void

Method Details

DecreaseAction() public method

public DecreaseAction ( Text textAssociated ) : void
textAssociated Text
return void

IncreaseAction() public method

public IncreaseAction ( Text textAssociated ) : void
textAssociated Text
return void

Start() public method

public Start ( ) : void
return void

Property Details

actions public_oe property

public Dictionary actions
return int>.Dictionary