Skip to main content

ICanvasManager

Trait ICanvasManager 

Source
pub trait ICanvasManager: IMonoBehaviour {
Show 18 methods // Provided methods fn m_local_position(self) -> Vector3 { ... } fn set_m_local_position(self, value: Vector3) { ... } fn m_local_rotation(self) -> Quaternion { ... } fn set_m_local_rotation(self, value: Quaternion) { ... } fn m_local_scale(self) -> Vector3 { ... } fn set_m_local_scale(self, value: Vector3) { ... } fn m_anchor_min(self) -> Vector2 { ... } fn set_m_anchor_min(self, value: Vector2) { ... } fn m_anchor_max(self) -> Vector2 { ... } fn set_m_anchor_max(self, value: Vector2) { ... } fn m_anchored_position(self) -> Vector2 { ... } fn set_m_anchored_position(self, value: Vector2) { ... } fn m_size_delta(self) -> Vector2 { ... } fn set_m_size_delta(self, value: Vector2) { ... } fn m_pivot(self) -> Vector2 { ... } fn set_m_pivot(self, value: Vector2) { ... } fn m_self_destroy(self) -> bool { ... } fn set_m_self_destroy(self, value: bool) { ... }
}

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§