Skip to main content

IITilemap_InterfaceMethods

Trait IITilemap_InterfaceMethods 

Source
pub trait IITilemap_InterfaceMethods: IITilemap_Interface {
    // Provided methods
    fn ctor(self) { ... }
    fn refresh_tile(self, position: impl Into<Vector3Int>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn refresh_tile(self, position: impl Into<Vector3Int>)

RefreshTile(crate::unity_engine::vector3int::Vector3Int) 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: IITilemap_Interface> IITilemap_InterfaceMethods for __T

Available on crate feature unity_engine-tilemaps-itilemap_interface only.