Skip to main content

IGmapSpotAdjusterMethods

Trait IGmapSpotAdjusterMethods 

Source
pub trait IGmapSpotAdjusterMethods: IGmapSpotAdjuster {
    // Provided methods
    fn start(self) { ... }
    fn on_validate(self) { ... }
    fn update(self) { ... }
    fn setup_colliders(self) { ... }
    fn adjust_ground(self, diff: impl Into<Vector3>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn on_validate(self)

OnValidate() overload

Source

fn update(self)

Update() overload

Source

fn setup_colliders(self)

SetupColliders() overload

Source

fn adjust_ground(self, diff: impl Into<Vector3>)

AdjustGround(crate::unity_engine::vector3::Vector3) 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: IGmapSpotAdjuster> IGmapSpotAdjusterMethods for __T

Available on crate feature app-gmapspotadjuster only.