Skip to main content

ICombatViewerSettings_ViewerPhaseMethods

Trait ICombatViewerSettings_ViewerPhaseMethods 

Source
pub trait ICombatViewerSettings_ViewerPhaseMethods: ICombatViewerSettings_ViewerPhase {
    // Provided methods
    fn ctor(self) { ... }
    fn get_is_end(self) -> bool { ... }
    fn get_item(self, i: impl Into<i32>) -> Il2CppString { ... }
    fn set_item(self, i: impl Into<i32>, value: impl Into<Il2CppString>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_is_end(self) -> bool

get_IsEnd() overload

Source

fn get_item(self, i: impl Into<i32>) -> Il2CppString

get_Item(i32) overload

Source

fn set_item(self, i: impl Into<i32>, value: impl Into<Il2CppString>)

set_Item(i32, ::unity::Il2CppString) overload

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§

Source§

impl<__T: ICombatViewerSettings_ViewerPhase> ICombatViewerSettings_ViewerPhaseMethods for __T

Available on crate feature combat-combatviewersettings only.