Skip to main content

IPhotographSequence

Trait IPhotographSequence 

Source
pub trait IPhotographSequence: IProcInst {
    // Provided methods
    fn m_reserved_label(self) -> PhotographSequence_Label { ... }
    fn set_m_reserved_label(self, value: PhotographSequence_Label) { ... }
    fn m_all_menu_content(self) -> PhotographAllMenuContent { ... }
    fn set_m_all_menu_content(self, value: PhotographAllMenuContent) { ... }
    fn m_spot_obj(self) -> GameObject { ... }
    fn set_m_spot_obj(self, value: GameObject) { ... }
    fn m_dispos_manager(self) -> PhotographDisposManager { ... }
    fn set_m_dispos_manager(self, value: PhotographDisposManager) { ... }
    fn m_camera_controller(self) -> PhotographCameraController { ... }
    fn set_m_camera_controller(self, value: PhotographCameraController) { ... }
    fn m_animal_locator_name_list(self) -> List_1<Il2CppString> { ... }
    fn set_m_animal_locator_name_list(self, value: List_1<Il2CppString>) { ... }
}

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§