C# Class UpArrowUIDraggableElement, PuzzleGameProject

The UpArrowUIDraggableElement is a UIDraggableElement. Its use is to specify which elements are bound to the UIDraggableElement for the Up Arrow.
Inheritance: UIDraggableElement
Mostra file Open project: Cedric-Paris/PuzzleGameProject

Protected Methods

Method Description
GetAssociatedMenuButtonName ( ) : string

Informs which button is associated with the UIDraggableElement.

GetElementBase ( ) : DraggableElement,

Informs which Element the UIDraggableElement has to spawn.

Method Details

GetAssociatedMenuButtonName() protected method

Informs which button is associated with the UIDraggableElement.
protected GetAssociatedMenuButtonName ( ) : string
return string

GetElementBase() protected method

Informs which Element the UIDraggableElement has to spawn.
protected GetElementBase ( ) : DraggableElement,
return DraggableElement,