Skip to main content

IGrounderFBBIKMethods

Trait IGrounderFBBIKMethods 

Source
pub trait IGrounderFBBIKMethods: IGrounderFBBIK {
Show 14 methods // Provided methods fn open_tutorial(self) { ... } fn open_user_manual(self) { ... } fn open_script_reference(self) { ... } fn reset_position(self) { ... } fn is_ready_to_initiate(self) -> bool { ... } fn update(self) { ... } fn fixed_update(self) { ... } fn late_update(self) { ... } fn initiate(self) { ... } fn on_solver_update(self) { ... } fn set_leg_ik( self, effector: impl Into<IKEffector>, leg: impl Into<Grounding_Leg>, ) { ... } fn on_draw_gizmos_selected(self) { ... } fn on_destroy(self) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn open_tutorial(self)

OpenTutorial() overload

Source

fn open_user_manual(self)

OpenUserManual() overload

Source

fn open_script_reference(self)

OpenScriptReference() overload

Source

fn reset_position(self)

ResetPosition() overload

Source

fn is_ready_to_initiate(self) -> bool

IsReadyToInitiate() overload

Source

fn update(self)

Update() overload

Source

fn fixed_update(self)

FixedUpdate() overload

Source

fn late_update(self)

LateUpdate() overload

Source

fn initiate(self)

Initiate() overload

Source

fn on_solver_update(self)

OnSolverUpdate() overload

Source

fn set_leg_ik( self, effector: impl Into<IKEffector>, leg: impl Into<Grounding_Leg>, )

SetLegIK(crate::root_motion::final_ik::ikeffector::IKEffector, crate::root_motion::final_ik::grounding::Grounding_Leg) overload

Source

fn on_draw_gizmos_selected(self)

OnDrawGizmosSelected() overload

Source

fn on_destroy(self)

OnDestroy() 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: IGrounderFBBIK> IGrounderFBBIKMethods for __T

Available on crate feature root_motion-final_ik-grounderfbbik only.