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§
Sourcefn update_constraint(self)
fn update_constraint(self)
UpdateConstraint() overload
Sourcefn ctor_2(self, transform: impl Into<Transform>)
fn ctor_2(self, transform: impl Into<Transform>)
.ctor(crate::unity_engine::transform::Transform) overload
Sourcefn get_rotation_changed(self) -> bool
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§
impl<__T: IConstraintRotationOffset> IConstraintRotationOffsetMethods for __T
Available on crate feature
root_motion-final_ik-constraintrotationoffset only.