Skip to main content

IInteractionObject_Message

Trait IInteractionObject_Message 

Source
pub trait IInteractionObject_Message: IObject {
    // Provided methods
    fn function(self) -> Il2CppString { ... }
    fn set_function(self, value: Il2CppString) { ... }
    fn recipient(self) -> GameObject { ... }
    fn set_recipient(self, value: GameObject) { ... }
}

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§