Skip to main content

IBipedReferencesMethods

Trait IBipedReferencesMethods 

Source
pub trait IBipedReferencesMethods: IBipedReferences {
    // Provided methods
    fn get_is_filled(self) -> bool { ... }
    fn get_is_empty(self) -> bool { ... }
    fn is_empty(self, include_root: impl Into<bool>) -> bool { ... }
    fn contains(
        self,
        t: impl Into<Transform>,
        ignore_root: impl Into<bool>,
    ) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_is_filled(self) -> bool

get_isFilled() overload

Source

fn get_is_empty(self) -> bool

get_isEmpty() overload

Source

fn is_empty(self, include_root: impl Into<bool>) -> bool

IsEmpty(bool) overload

Source

fn contains(self, t: impl Into<Transform>, ignore_root: impl Into<bool>) -> bool

Contains(crate::unity_engine::transform::Transform, bool) 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: IBipedReferences> IBipedReferencesMethods for __T

Available on crate feature root_motion-bipedreferences only.