Skip to main content

IIBeginDragHandlerMethods

Trait IIBeginDragHandlerMethods 

Source
pub trait IIBeginDragHandlerMethods: IIBeginDragHandler {
    // Provided method
    fn on_begin_drag(self, event_data: impl Into<PointerEventData>) { ... }
}

Provided Methods§

Source

fn on_begin_drag(self, event_data: impl Into<PointerEventData>)

OnBeginDrag(crate::unity_engine::event_systems::pointereventdata::PointerEventData) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IIBeginDragHandler> IIBeginDragHandlerMethods for __T

Available on crate feature unity_engine-event_systems-ibegindraghandler only.