Skip to main content

IInteractionTrigger

Trait IInteractionTrigger 

Source
pub trait IInteractionTrigger: IMonoBehaviour {
    // Provided methods
    fn ranges(self) -> Array<InteractionTrigger_Range> { ... }
    fn set_ranges(self, value: Array<InteractionTrigger_Range>) { ... }
}

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§