Skip to main content

IRingColliderMethods

Trait IRingColliderMethods 

Source
pub trait IRingColliderMethods: IRingCollider {
    // Provided methods
    fn on_validate(self) { ... }
    fn set_critical(self) -> i32 { ... }
    fn clear_critical(self) { ... }
    fn get_critical_index(self) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_validate(self)

OnValidate() overload

Source

fn set_critical(self) -> i32

SetCritical() overload

Source

fn clear_critical(self)

ClearCritical() overload

Source

fn get_critical_index(self) -> i32

GetCriticalIndex() 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: IRingCollider> IRingColliderMethods for __T

Available on crate feature app-ringcollider only.