pub trait IRuntimeAnimatorControllerMethods: IRuntimeAnimatorController {
// Provided methods
fn ctor(self) { ... }
fn get_animation_clips(self) -> Array<AnimationClip> { ... }
}Provided Methods§
Sourcefn get_animation_clips(self) -> Array<AnimationClip>
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§
impl<__T: IRuntimeAnimatorController> IRuntimeAnimatorControllerMethods for __T
Available on crate feature
unity_engine-runtimeanimatorcontroller only.