Skip to main content

IHelpManager_Item

Trait IHelpManager_Item 

Source
pub trait IHelpManager_Item: IObject {
    // Provided methods
    fn self_(self) -> HelpItemBase { ... }
    fn set_self_(self, value: HelpItemBase) { ... }
    fn pos(self) -> Vector2 { ... }
    fn set_pos(self, value: Vector2) { ... }
    fn dir_line(self) -> Array<Array<Vector2>> { ... }
    fn set_dir_line(self, value: Array<Array<Vector2>>) { ... }
    fn is_move_to_no_touch_item(self) -> Array<bool> { ... }
    fn set_is_move_to_no_touch_item(self, value: Array<bool>) { ... }
}

Provided Methods§

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§