Skip to main content

IAkTimelineRtpcTrackMethods

Trait IAkTimelineRtpcTrackMethods 

Source
pub trait IAkTimelineRtpcTrackMethods: IAkTimelineRtpcTrack {
    // Provided methods
    fn create_track_mixer(
        self,
        graph: impl Into<PlayableGraph>,
        game_object: impl Into<GameObject>,
        input_count: impl Into<i32>,
    ) -> Playable { ... }
    fn on_validate(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn create_track_mixer( self, graph: impl Into<PlayableGraph>, game_object: impl Into<GameObject>, input_count: impl Into<i32>, ) -> Playable

CreateTrackMixer(crate::unity_engine::playables::playablegraph::PlayableGraph, crate::unity_engine::gameobject::GameObject, i32) overload

Source

fn on_validate(self)

OnValidate() 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: IAkTimelineRtpcTrack> IAkTimelineRtpcTrackMethods for __T

Available on crate feature root-aktimelinertpctrack only.