C# 클래스 DownArrowUIDraggableElement, PuzzleGameProject

The DownArrowUIDraggableElement is a UIDraggableElement. Its use is to specify which elements are bound to the UIDraggableElement for the Down Arrow.
상속: UIDraggableElement
파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject

보호된 메소드들

메소드 설명
GetAssociatedMenuButtonName ( ) : string

Informs which button is associated with the UIDraggableElement.

GetElementBase ( ) : DraggableElement,

Informs which Element the UIDraggableElement has to spawn.

메소드 상세

GetAssociatedMenuButtonName() 보호된 메소드

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

GetElementBase() 보호된 메소드

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