Property | Type | Description | |
---|---|---|---|
currentButton | Button | ||
enableTileSet | bool | ||
selectedObject | GameObject |
Method | Description | |
---|---|---|
OnButtonPressOnMenuEditor ( Button buttonOnMenu ) : void |
Called when an element is selected on the Map Editor menu. Update the selected object and the current button.
|
public OnButtonPressOnMenuEditor ( Button buttonOnMenu ) : void | ||
buttonOnMenu | Button | Button clicked. |
return | void |