Skip to main content

IMarkerTrackMethods

Trait IMarkerTrackMethods 

Source
pub trait IMarkerTrackMethods: IMarkerTrack {
    // Provided methods
    fn get_outputs(self) -> IEnumerable_1<PlayableBinding> { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_outputs(self) -> IEnumerable_1<PlayableBinding>

get_outputs() overload

Source

fn ctor(self)

.ctor() 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: IMarkerTrack> IMarkerTrackMethods for __T

Available on crate feature unity_engine-timeline-markertrack only.