Skip to main content

IConstraintRotationOffsetMethods

Trait IConstraintRotationOffsetMethods 

Source
pub trait IConstraintRotationOffsetMethods: IConstraintRotationOffset {
    // Provided methods
    fn update_constraint(self) { ... }
    fn ctor(self) { ... }
    fn ctor_2(self, transform: impl Into<Transform>) { ... }
    fn get_rotation_changed(self) -> bool { ... }
}

Provided Methods§

Source

fn update_constraint(self)

UpdateConstraint() overload

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, transform: impl Into<Transform>)

.ctor(crate::unity_engine::transform::Transform) overload

Source

fn get_rotation_changed(self) -> bool

get_rotationChanged() 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: IConstraintRotationOffset> IConstraintRotationOffsetMethods for __T

Available on crate feature root_motion-final_ik-constraintrotationoffset only.