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
파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject

보호된 메소드들

메소드 설명
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