C# 클래스 GuiBase_Draggable, UnderworldExporter

Draggable UI Elements
상속: GuiBase
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter

공개 프로퍼티들

프로퍼티 타입 설명
Dragging bool
rectT UnityEngine.RectTransform[]

공개 메소드들

메소드 설명
DragEnd ( ) : void

End the dragging of the element

DragStart ( ) : void

Starts the Drag

OnDrag ( BaseEventData evnt ) : void

Updates the position of the UI Elements in the list based on the mouse movement.

Start ( ) : void

메소드 상세

DragEnd() 공개 메소드

End the dragging of the element
public DragEnd ( ) : void
리턴 void

DragStart() 공개 메소드

Starts the Drag
public DragStart ( ) : void
리턴 void

OnDrag() 공개 메소드

Updates the position of the UI Elements in the list based on the mouse movement.
public OnDrag ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData Evnt.
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

Dragging 공개적으로 프로퍼티

Is the control currently being dragged.
public bool Dragging
리턴 bool

rectT 공개적으로 프로퍼티

List of RectTransforms that move with this element. Includes this UI element.
public RectTransform[],UnityEngine rectT
리턴 UnityEngine.RectTransform[]