C# Class UpArrowMenuButton, PuzzleGameProject

The UpArrowMenuButton is a MenuButton. Its use is to specify which elements are bound to the MenuButton for the Up Arrow.
Inheritance: MenuButton
Afficher le fichier Open project: Cedric-Paris/PuzzleGameProject

Méthodes protégées

Méthode Description
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.

Method Details

GetTextName() protected méthode

Informs which Text is associated with the MenuButton.
protected GetTextName ( ) : string
Résultat string

GetUIElementToSpawn() protected méthode

Informs which UIDraggableElement the MenuButton has to spawn.
protected GetUIElementToSpawn ( ) : UIDraggableElement,
Résultat UIDraggableElement,

IsRightMovementAction() protected méthode

Informs whether the given Element is the DraggableElement bound the this MenuButton.
protected IsRightMovementAction ( DraggableElement, draggableElement ) : bool
draggableElement DraggableElement, The Element to test.
Résultat bool