Skip to main content

IAnimation_EnumeratorMethods

Trait IAnimation_EnumeratorMethods 

Source
pub trait IAnimation_EnumeratorMethods: IAnimation_Enumerator {
    // Provided methods
    fn ctor(self, outer: impl Into<Animation>) { ... }
    fn get_current(self) -> Object { ... }
    fn move_next(self) -> bool { ... }
    fn reset(self) { ... }
}

Provided Methods§

Source

fn ctor(self, outer: impl Into<Animation>)

.ctor(crate::unity_engine::animation::Animation) overload

Source

fn get_current(self) -> Object

get_Current() overload

Source

fn move_next(self) -> bool

MoveNext() overload

Source

fn reset(self)

Reset() 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: IAnimation_Enumerator> IAnimation_EnumeratorMethods for __T

Available on crate feature unity_engine-animation only.