Skip to main content

IConfirmDialogItemYes

Trait IConfirmDialogItemYes 

Source
pub trait IConfirmDialogItemYes: IBasicDialogItemYes {
    // Provided methods
    fn hub_sequence(self) -> HubSequence { ... }
    fn set_hub_sequence(self, value: HubSequence) { ... }
    fn script_name(self) -> Il2CppString { ... }
    fn set_script_name(self, value: 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§