Skip to main content

IPlayableTrackMethods

Trait IPlayableTrackMethods 

Source
pub trait IPlayableTrackMethods: IPlayableTrack {
    // Provided methods
    fn on_create_clip(self, clip: impl Into<TimelineClip>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_create_clip(self, clip: impl Into<TimelineClip>)

OnCreateClip(crate::unity_engine::timeline::timelineclip::TimelineClip) 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: IPlayableTrack> IPlayableTrackMethods for __T

Available on crate feature unity_engine-timeline-playabletrack only.