Skip to main content

IPersonInspectorMethods

Trait IPersonInspectorMethods 

Source
pub trait IPersonInspectorMethods: IPersonInspector {
    // Provided methods
    fn ctor(
        self,
        kind: impl Into<MapInspector_Kind>,
        args: impl Into<Array<DynValue>>,
    ) { ... }
    fn is_eanble(self, person: impl Into<i32>) -> bool { ... }
}

Provided Methods§

Source

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

.ctor(crate::app::mapinspector::MapInspector_Kind, ::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload

Source

fn is_eanble(self, person: impl Into<i32>) -> bool

IsEanble(i32) 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: IPersonInspector> IPersonInspectorMethods for __T

Available on crate feature app-personinspector only.