pub trait IGroundOverlap: ISingletonMonoBehaviour_1<GroundOverlap> {
// Provided methods
fn m_attribute(self) -> Il2CppString { ... }
fn set_m_attribute(self, value: Il2CppString) { ... }
fn m_ground_attribute(self) -> GroundAttribute { ... }
fn set_m_ground_attribute(self, value: GroundAttribute) { ... }
}Provided Methods§
fn m_attribute(self) -> Il2CppString
fn set_m_attribute(self, value: Il2CppString)
fn m_ground_attribute(self) -> GroundAttribute
fn set_m_ground_attribute(self, value: GroundAttribute)
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.