Skip to main content

IIKMappingBoneMethods

Trait IIKMappingBoneMethods 

Source
pub trait IIKMappingBoneMethods: IIKMappingBone {
    // Provided methods
    fn is_valid(self, solver: impl Into<IKSolver>) -> (bool, Il2CppString) { ... }
    fn ctor(self) { ... }
    fn ctor_2(self, bone: impl Into<Transform>) { ... }
    fn store_default_local_state(self) { ... }
    fn fix_transforms(self) { ... }
    fn initiate(self, solver: impl Into<IKSolverFullBody>) { ... }
    fn read_pose(self) { ... }
    fn write_pose(self, solver_weight: impl Into<f32>) { ... }
}

Provided Methods§

Source

fn is_valid(self, solver: impl Into<IKSolver>) -> (bool, Il2CppString)

IsValid(crate::root_motion::final_ik::iksolver::IKSolver, *mut::unity::Il2CppString) overload

Source

fn ctor(self)

.ctor() overload

Source

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

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

Source

fn store_default_local_state(self)

StoreDefaultLocalState() overload

Source

fn fix_transforms(self)

FixTransforms() overload

Source

fn initiate(self, solver: impl Into<IKSolverFullBody>)

Initiate(crate::root_motion::final_ik::iksolverfullbody::IKSolverFullBody) overload

Source

fn read_pose(self)

ReadPose() overload

Source

fn write_pose(self, solver_weight: impl Into<f32>)

WritePose(f32) 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: IIKMappingBone> IIKMappingBoneMethods for __T

Available on crate feature root_motion-final_ik-ikmappingbone only.