Skip to main content

IRelayWdwMapHelp_ShowItemMethods

Trait IRelayWdwMapHelp_ShowItemMethods 

Source
pub trait IRelayWdwMapHelp_ShowItemMethods: IRelayWdwMapHelp_ShowItem {
    // Provided methods
    fn ctor(self, item: impl Into<GameObject>) { ... }
    fn set(self, item_data: impl Into<ItemData>) { ... }
}

Provided Methods§

Source

fn ctor(self, item: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn set(self, item_data: impl Into<ItemData>)

Set(crate::app::itemdata::ItemData) 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: IRelayWdwMapHelp_ShowItem> IRelayWdwMapHelp_ShowItemMethods for __T

Available on crate feature app-relaywdwmaphelp only.