Skip to main content

IBreakdownInspectorMethods

Trait IBreakdownInspectorMethods 

Source
pub trait IBreakdownInspectorMethods: IBreakdownInspector {
    // Provided methods
    fn ctor(self, args: impl Into<Array<DynValue>>) { ... }
    fn get_label(self) -> Il2CppString { ... }
    fn get_range(self) -> i32 { ... }
    fn get_color(self) -> Color { ... }
}

Provided Methods§

Source

fn ctor(self, args: impl Into<Array<DynValue>>)

.ctor(::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload

Source

fn get_label(self) -> Il2CppString

GetLabel() overload

Source

fn get_range(self) -> i32

GetRange() overload

Source

fn get_color(self) -> Color

get_Color() 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: IBreakdownInspector> IBreakdownInspectorMethods for __T

Available on crate feature app-breakdowninspector only.