C# Class DownArrowUIDraggableElement, PuzzleGameProject

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

Méthodes protégées

Méthode 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 méthode

Informs which button is associated with the UIDraggableElement.
protected GetAssociatedMenuButtonName ( ) : string
Résultat string

GetElementBase() protected méthode

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