Skip to main content

IFBIKChain_ChildConstraint

Trait IFBIKChain_ChildConstraint 

Source
pub trait IFBIKChain_ChildConstraint: IObject {
Show 16 methods // Provided methods fn push_elasticity(self) -> f32 { ... } fn set_push_elasticity(self, value: f32) { ... } fn pull_elasticity(self) -> f32 { ... } fn set_pull_elasticity(self, value: f32) { ... } fn bone1(self) -> Transform { ... } fn set_bone1(self, value: Transform) { ... } fn bone2(self) -> Transform { ... } fn set_bone2(self, value: Transform) { ... } fn cross_fade(self) -> f32 { ... } fn set_cross_fade(self, value: f32) { ... } fn inverse_cross_fade(self) -> f32 { ... } fn set_inverse_cross_fade(self, value: f32) { ... } fn chain1_index(self) -> i32 { ... } fn set_chain1_index(self, value: i32) { ... } fn chain2_index(self) -> i32 { ... } fn set_chain2_index(self, value: i32) { ... }
}

Provided Methods§

Source

fn push_elasticity(self) -> f32

Source

fn set_push_elasticity(self, value: f32)

Source

fn pull_elasticity(self) -> f32

Source

fn set_pull_elasticity(self, value: f32)

Source

fn bone1(self) -> Transform

Source

fn set_bone1(self, value: Transform)

Source

fn bone2(self) -> Transform

Source

fn set_bone2(self, value: Transform)

Source

fn cross_fade(self) -> f32

Source

fn set_cross_fade(self, value: f32)

Source

fn inverse_cross_fade(self) -> f32

Source

fn set_inverse_cross_fade(self, value: f32)

Source

fn chain1_index(self) -> i32

Source

fn set_chain1_index(self, value: i32)

Source

fn chain2_index(self) -> i32

Source

fn set_chain2_index(self, value: i32)

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§