Skip to main content

IAimControllerMethods

Trait IAimControllerMethods 

Source
pub trait IAimControllerMethods: IAimController {
    // Provided methods
    fn start(self) { ... }
    fn late_update(self) { ... }
    fn get_pivot(self) -> Vector3 { ... }
    fn apply_min_distance(self) { ... }
    fn root_rotation(self) { ... }
    fn turn_to_target(self) -> IEnumerator { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn late_update(self)

LateUpdate() overload

Source

fn get_pivot(self) -> Vector3

get_pivot() overload

Source

fn apply_min_distance(self)

ApplyMinDistance() overload

Source

fn root_rotation(self)

RootRotation() overload

Source

fn turn_to_target(self) -> IEnumerator

TurnToTarget() 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: IAimController> IAimControllerMethods for __T

Available on crate feature root_motion-final_ik-aimcontroller only.