pub trait ISpaceAttributeMethods: ISpaceAttribute {
// Provided methods
fn ctor(self) { ... }
fn ctor_2(self, height: impl Into<f32>) { ... }
}Provided Methods§
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: ISpaceAttribute> ISpaceAttributeMethods for __T
Available on crate feature
unity_engine-spaceattribute only.