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§
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
get_name() overload
Sourcefn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() 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: IAnimatorControllerParameter> IAnimatorControllerParameterMethods for __T
Available on crate feature
unity_engine-animatorcontrollerparameter only.