Skip to main content

ITransformBillboard

Trait ITransformBillboard 

Source
pub trait ITransformBillboard: IMonoBehaviour {
    // Provided methods
    fn m_axis(self) -> TransformBillboard_Axis { ... }
    fn set_m_axis(self, value: TransformBillboard_Axis) { ... }
    fn m_is_scaling(self) -> bool { ... }
    fn set_m_is_scaling(self, value: bool) { ... }
    fn m_base_scale(self) -> f32 { ... }
    fn set_m_base_scale(self, value: f32) { ... }
}

Provided Methods§

Source

fn m_axis(self) -> TransformBillboard_Axis

Source

fn set_m_axis(self, value: TransformBillboard_Axis)

Source

fn m_is_scaling(self) -> bool

Source

fn set_m_is_scaling(self, value: bool)

Source

fn m_base_scale(self) -> f32

Source

fn set_m_base_scale(self, value: f32)

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§