 | DragCommandGetEvent Method |
Returns the event from the specified target to observe.
Namespace:
Slash.Unity.DataBind.GestureInput.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected override UnityEvent<DragEventData> GetEvent(
DragSource target
)
Protected Overrides Function GetEvent (
target As DragSource
) As UnityEvent(Of DragEventData)
protected:
virtual UnityEvent<DragEventData^>^ GetEvent(
DragSource^ target
) override
abstract GetEvent :
target : DragSource -> UnityEvent<DragEventData>
override GetEvent :
target : DragSource -> UnityEvent<DragEventData>
Parameters
- target
- Type: Slash.Unity.GestureInput.SourcesDragSource
Target behaviour to get event from.
Return Value
Type:
UnityEventDragEventDataEvent from the specified target to observe.
See Also