Skip to main content

IGmapGroundColliderMethods

Trait IGmapGroundColliderMethods 

Source
pub trait IGmapGroundColliderMethods: IGmapGroundCollider {
    // Provided methods
    fn on_validate(self) { ... }
    fn get_ground_type(self) -> GmapGroundCollider_Type { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_validate(self)

OnValidate() overload

Source

fn get_ground_type(self) -> GmapGroundCollider_Type

get_GroundType() overload

Source

fn ctor(self)

.ctor() 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: IGmapGroundCollider> IGmapGroundColliderMethods for __T

Available on crate feature app-gmapgroundcollider only.