Skip to main content

IMapDebugDisposMenu_DisposMenuItem_SharedPositionGroupMethods

Trait IMapDebugDisposMenu_DisposMenuItem_SharedPositionGroupMethods 

Source
pub trait IMapDebugDisposMenu_DisposMenuItem_SharedPositionGroupMethods: IMapDebugDisposMenu_DisposMenuItem_SharedPositionGroup {
    // Provided methods
    fn set(self, position_group: impl Into<Il2CppString>) { ... }
    fn get(self) -> Il2CppString { ... }
    fn clear(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set(self, position_group: impl Into<Il2CppString>)

Set(::unity::Il2CppString) overload

Source

fn get(self) -> Il2CppString

Get() overload

Source

fn clear(self)

Clear() overload

Source

fn ctor(self)

.ctor() 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§