Skip to main content

IRuntimeAnimatorControllerMethods

Trait IRuntimeAnimatorControllerMethods 

Source
pub trait IRuntimeAnimatorControllerMethods: IRuntimeAnimatorController {
    // Provided methods
    fn ctor(self) { ... }
    fn get_animation_clips(self) -> Array<AnimationClip> { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_animation_clips(self) -> Array<AnimationClip>

get_animationClips() 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: IRuntimeAnimatorController> IRuntimeAnimatorControllerMethods for __T

Available on crate feature unity_engine-runtimeanimatorcontroller only.