pub trait IITilemap_InterfaceMethods: IITilemap_Interface {
// Provided methods
fn ctor(self) { ... }
fn refresh_tile(self, position: impl Into<Vector3Int>) { ... }
}Provided Methods§
Sourcefn refresh_tile(self, position: impl Into<Vector3Int>)
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§
impl<__T: IITilemap_Interface> IITilemap_InterfaceMethods for __T
Available on crate feature
unity_engine-tilemaps-itilemap_interface only.