Skip to main content

IOffsetModifier_OffsetLimits

Trait IOffsetModifier_OffsetLimits 

Source
pub trait IOffsetModifier_OffsetLimits: IObject {
Show 22 methods // Provided methods fn effector(self) -> FullBodyBipedEffector { ... } fn set_effector(self, value: FullBodyBipedEffector) { ... } fn spring_field(self) -> f32 { ... } fn set_spring_field(self, value: f32) { ... } fn x(self) -> bool { ... } fn set_x(self, value: bool) { ... } fn y(self) -> bool { ... } fn set_y(self, value: bool) { ... } fn z(self) -> bool { ... } fn set_z(self, value: bool) { ... } fn min_x(self) -> f32 { ... } fn set_min_x(self, value: f32) { ... } fn max_x(self) -> f32 { ... } fn set_max_x(self, value: f32) { ... } fn min_y(self) -> f32 { ... } fn set_min_y(self, value: f32) { ... } fn max_y(self) -> f32 { ... } fn set_max_y(self, value: f32) { ... } fn min_z(self) -> f32 { ... } fn set_min_z(self, value: f32) { ... } fn max_z(self) -> f32 { ... } fn set_max_z(self, value: f32) { ... }
}

Provided Methods§

Source

fn effector(self) -> FullBodyBipedEffector

Source

fn set_effector(self, value: FullBodyBipedEffector)

Source

fn spring_field(self) -> f32

Source

fn set_spring_field(self, value: f32)

Source

fn x(self) -> bool

Source

fn set_x(self, value: bool)

Source

fn y(self) -> bool

Source

fn set_y(self, value: bool)

Source

fn z(self) -> bool

Source

fn set_z(self, value: bool)

Source

fn min_x(self) -> f32

Source

fn set_min_x(self, value: f32)

Source

fn max_x(self) -> f32

Source

fn set_max_x(self, value: f32)

Source

fn min_y(self) -> f32

Source

fn set_min_y(self, value: f32)

Source

fn max_y(self) -> f32

Source

fn set_max_y(self, value: f32)

Source

fn min_z(self) -> f32

Source

fn set_min_z(self, value: f32)

Source

fn max_z(self) -> f32

Source

fn set_max_z(self, value: f32)

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§