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§
Sourcefn is_in_direction(self, d: impl Into<Vector3>) -> bool
fn is_in_direction(self, d: impl Into<Vector3>) -> bool
IsInDirection(crate::unity_engine::vector3::Vector3) overload
Sourcefn set_angle_buffer(self, value: impl Into<f32>)
fn set_angle_buffer(self, value: impl Into<f32>)
SetAngleBuffer(f32) 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§
impl<__T: IAimPoser_Pose> IAimPoser_PoseMethods for __T
Available on crate feature
root_motion-final_ik-aimposer only.