Skip to main content

IFABRIKChainMethods

Trait IFABRIKChainMethods 

Source
pub trait IFABRIKChainMethods: IFABRIKChain {
    // Provided methods
    fn is_valid(self) -> (bool, Il2CppString) { ... }
    fn initiate(self) { ... }
    fn stage1(self, chain: impl Into<Array<FABRIKChain>>) { ... }
    fn stage2(
        self,
        root_position: impl Into<Vector3>,
        chain: impl Into<Array<FABRIKChain>>,
    ) { ... }
    fn get_centroid(self, chain: impl Into<Array<FABRIKChain>>) -> Vector3 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn is_valid(self) -> (bool, Il2CppString)

IsValid(*mut::unity::Il2CppString) overload

Source

fn initiate(self)

Initiate() overload

Source

fn stage1(self, chain: impl Into<Array<FABRIKChain>>)

Stage1(::unity::Array<crate::root_motion::final_ik::fabrikchain::FABRIKChain>) overload

Source

fn stage2( self, root_position: impl Into<Vector3>, chain: impl Into<Array<FABRIKChain>>, )

Stage2(crate::unity_engine::vector3::Vector3, ::unity::Array<crate::root_motion::final_ik::fabrikchain::FABRIKChain>) overload

Source

fn get_centroid(self, chain: impl Into<Array<FABRIKChain>>) -> Vector3

GetCentroid(::unity::Array<crate::root_motion::final_ik::fabrikchain::FABRIKChain>) 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: IFABRIKChain> IFABRIKChainMethods for __T

Available on crate feature root_motion-final_ik-fabrikchain only.