Skip to main content

ISpaceAttributeMethods

Trait ISpaceAttributeMethods 

Source
pub trait ISpaceAttributeMethods: ISpaceAttribute {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(self, height: impl Into<f32>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, height: impl Into<f32>)

.ctor(f32) 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: ISpaceAttribute> ISpaceAttributeMethods for __T

Available on crate feature unity_engine-spaceattribute only.