pub trait IMarkerTrackMethods: IMarkerTrack {
// Provided methods
fn get_outputs(self) -> IEnumerable_1<PlayableBinding> { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_outputs(self) -> IEnumerable_1<PlayableBinding>
fn get_outputs(self) -> IEnumerable_1<PlayableBinding>
get_outputs() 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§
impl<__T: IMarkerTrack> IMarkerTrackMethods for __T
Available on crate feature
unity_engine-timeline-markertrack only.