Skip to main content

IAnimatorControllerParameterMethods

Trait IAnimatorControllerParameterMethods 

Source
pub trait IAnimatorControllerParameterMethods: IAnimatorControllerParameter {
    // Provided methods
    fn get_name(self) -> Il2CppString { ... }
    fn equals(self, o: impl Into<Object>) -> bool { ... }
    fn get_hash_code(self) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_name(self) -> Il2CppString

get_name() overload

Source

fn equals(self, o: impl Into<Object>) -> bool

Equals(crate::system::object::Object) overload

Source

fn get_hash_code(self) -> i32

GetHashCode() 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: IAnimatorControllerParameter> IAnimatorControllerParameterMethods for __T

Available on crate feature unity_engine-animatorcontrollerparameter only.