Skip to main content

IGroupTrackMethods

Trait IGroupTrackMethods 

Source
pub trait IGroupTrackMethods: IGroupTrack {
    // Provided methods
    fn can_compile_clips(self) -> bool { ... }
    fn get_outputs(self) -> IEnumerable_1<PlayableBinding> { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn can_compile_clips(self) -> bool

CanCompileClips() overload

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: IGroupTrack> IGroupTrackMethods for __T

Available on crate feature unity_engine-timeline-grouptrack only.