C# Класс RightArrowMenuButton, PuzzleGameProject

The RightArrowMenuButton is a MenuButton. Its use is to specify which elements are bound to the MenuButton for the Right Arrow.
Наследование: MenuButton
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetTextName ( ) : string

Informs which Text is associated with the MenuButton.

GetUIElementToSpawn ( ) : UIDraggableElement,

Informs which UIDraggableElement the MenuButton has to spawn.

IsRightMovementAction ( DraggableElement, draggableElement ) : bool

Informs whether the given Element is the DraggableElement bound the this MenuButton.

Описание методов

GetTextName() защищенный Метод

Informs which Text is associated with the MenuButton.
protected GetTextName ( ) : string
Результат string

GetUIElementToSpawn() защищенный Метод

Informs which UIDraggableElement the MenuButton has to spawn.
protected GetUIElementToSpawn ( ) : UIDraggableElement,
Результат UIDraggableElement,

IsRightMovementAction() защищенный Метод

Informs whether the given Element is the DraggableElement bound the this MenuButton.
protected IsRightMovementAction ( DraggableElement, draggableElement ) : bool
draggableElement DraggableElement, The Element to test.
Результат bool