pub trait IGroupTrackMethods: IGroupTrack {
// Provided methods
fn can_compile_clips(self) -> bool { ... }
fn get_outputs(self) -> IEnumerable_1<PlayableBinding> { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn can_compile_clips(self) -> bool
fn can_compile_clips(self) -> bool
CanCompileClips() overload
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: IGroupTrack> IGroupTrackMethods for __T
Available on crate feature
unity_engine-timeline-grouptrack only.