Skip to main content

IMascotMenuSequence

Trait IMascotMenuSequence 

Source
pub trait IMascotMenuSequence: ISingletonProcInst_1<MascotMenuSequence> {
Show 18 methods // Provided methods fn m_friendly_gauge(self) -> MascotFriendlyContent { ... } fn set_m_friendly_gauge(self, value: MascotFriendlyContent) { ... } fn m_mascot_presentation_root(self) -> MascotPresentationRoot { ... } fn set_m_mascot_presentation_root(self, value: MascotPresentationRoot) { ... } fn m_top_menu_result(self) -> MascotTopMenu_MenuResult { ... } fn set_m_top_menu_result(self, value: MascotTopMenu_MenuResult) { ... } fn m_custom_menu_result(self) -> MascotCustomizeMenu_MenuResult { ... } fn set_m_custom_menu_result(self, value: MascotCustomizeMenu_MenuResult) { ... } fn m_handle(self) -> ResourceHandle_2 { ... } fn set_m_handle(self, value: ResourceHandle_2) { ... } fn m_reserved(self) -> bool { ... } fn set_m_reserved(self, value: bool) { ... } fn m_mascot_reserve_position(self) -> Vector3 { ... } fn set_m_mascot_reserve_position(self, value: Vector3) { ... } fn m_mascot_reserve_rotation(self) -> Quaternion { ... } fn set_m_mascot_reserve_rotation(self, value: Quaternion) { ... } fn m_mascot_camera(self) -> HubMascotCamera { ... } fn set_m_mascot_camera(self, value: HubMascotCamera) { ... }
}

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§