pub trait IInteractionTrigger_Range_Interaction: IObject {
// Provided methods
fn interaction_object(self) -> InteractionObject { ... }
fn set_interaction_object(self, value: InteractionObject) { ... }
fn effectors(self) -> Array<FullBodyBipedEffector> { ... }
fn set_effectors(self, value: Array<FullBodyBipedEffector>) { ... }
}Provided Methods§
fn interaction_object(self) -> InteractionObject
fn set_interaction_object(self, value: InteractionObject)
fn effectors(self) -> Array<FullBodyBipedEffector>
fn set_effectors(self, value: Array<FullBodyBipedEffector>)
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.