Свойство | Тип | Описание | |
---|---|---|---|
draggablePanel | UIDraggablePanel, |
Метод | Описание | |
---|---|---|
Awake ( ) : void |
Backwards compatibility.
|
|
OnDrag ( Vector2, delta ) : void |
Drag the object along the plane.
|
|
OnPress ( bool pressed ) : void |
Create a plane on which we will be performing the dragging.
|
|
OnScroll ( float delta ) : void |
If the object should support the scroll wheel, do it.
|
|
Start ( ) : void |
Automatically find the draggable panel if possible.
|