Skip to main content

IMapTerrain_OverlapData

Trait IMapTerrain_OverlapData 

Source
pub trait IMapTerrain_OverlapData: IObject {
    // Provided methods
    fn x(self) -> u8 { ... }
    fn set_x(self, value: u8) { ... }
    fn y(self) -> u8 { ... }
    fn set_y(self, value: u8) { ... }
    fn attr(self) -> Il2CppString { ... }
    fn set_attr(self, value: Il2CppString) { ... }
}

Provided Methods§

Source

fn x(self) -> u8

Source

fn set_x(self, value: u8)

Source

fn y(self) -> u8

Source

fn set_y(self, value: u8)

Source

fn attr(self) -> Il2CppString

Source

fn set_attr(self, value: Il2CppString)

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§