Skip to main content

IILayerableMethods

Trait IILayerableMethods 

Source
pub trait IILayerableMethods: IILayerable {
    // Provided method
    fn create_layer_mixer(
        self,
        graph: impl Into<PlayableGraph>,
        go: impl Into<GameObject>,
        input_count: impl Into<i32>,
    ) -> Playable { ... }
}

Provided Methods§

Source

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

CreateLayerMixer(crate::unity_engine::playables::playablegraph::PlayableGraph, crate::unity_engine::gameobject::GameObject, i32) 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: IILayerable> IILayerableMethods for __T

Available on crate feature unity_engine-timeline-ilayerable only.