Skip to main content

IInteractionTrigger_Range_Interaction

Trait IInteractionTrigger_Range_Interaction 

Source
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§

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§