Skip to main content

ICharacterNodeConstraintMethods

Trait ICharacterNodeConstraintMethods 

Source
pub trait ICharacterNodeConstraintMethods: ICharacterNodeConstraint {
    // Provided methods
    fn get_ctr(self) -> Transform { ... }
    fn alloc_once(self) { ... }
    fn late_update(self) { ... }
    fn set_node_offset(
        self,
        node: impl Into<Transform>,
        offset: impl Into<Vector3>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_ctr(self) -> Transform

get_CTR() overload

Source

fn alloc_once(self)

AllocOnce() overload

Source

fn late_update(self)

LateUpdate() overload

Source

fn set_node_offset(self, node: impl Into<Transform>, offset: impl Into<Vector3>)

SetNodeOffset(crate::unity_engine::transform::Transform, 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: ICharacterNodeConstraint> ICharacterNodeConstraintMethods for __T

Available on crate feature combat-characternodeconstraint only.