Skip to main content

IInteractionLookAtMethods

Trait IInteractionLookAtMethods 

Source
pub trait IInteractionLookAtMethods: IInteractionLookAt {
    // Provided methods
    fn look(self, target: impl Into<Transform>, time: impl Into<f32>) { ... }
    fn on_fix_transforms(self) { ... }
    fn update(self) { ... }
    fn solve_spine(self) { ... }
    fn solve_head(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn look(self, target: impl Into<Transform>, time: impl Into<f32>)

Look(crate::unity_engine::transform::Transform, f32) overload

Source

fn on_fix_transforms(self)

OnFixTransforms() overload

Source

fn update(self)

Update() overload

Source

fn solve_spine(self)

SolveSpine() overload

Source

fn solve_head(self)

SolveHead() 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: IInteractionLookAt> IInteractionLookAtMethods for __T

Available on crate feature root_motion-final_ik-interactionlookat only.