Skip to main content

IAimPoser_PoseMethods

Trait IAimPoser_PoseMethods 

Source
pub trait IAimPoser_PoseMethods: IAimPoser_Pose {
    // Provided methods
    fn is_in_direction(self, d: impl Into<Vector3>) -> bool { ... }
    fn set_angle_buffer(self, value: impl Into<f32>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn is_in_direction(self, d: impl Into<Vector3>) -> bool

IsInDirection(crate::unity_engine::vector3::Vector3) overload

Source

fn set_angle_buffer(self, value: impl Into<f32>)

SetAngleBuffer(f32) 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: IAimPoser_Pose> IAimPoser_PoseMethods for __T

Available on crate feature root_motion-final_ik-aimposer only.