CircularMenu Class

Namespace
EasyBuildSystem.Addons.CircularMenu.Scripts
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["CircularMenu"] class Type type-node

Syntax

public class CircularMenu : MonoBehaviour

Fields

Methods

Name Value Summary
ChangeAppearance(int) void
This method allows to upgrade the targeted piece.
ChangeCategory(string) void
This method allows to change of category by name.
ChangeMode(string) void
This method allows to change mode.
ChangePageNext() void
ChangePagePrev() void
ChangePiece(string) void
This method allows to pass in placement mode with a piece name.
Hide() void
This method allows to close the circular menu.
Show() void
This method allows to show the circular menu.