Skip to main content

IAkEvent_CallbackData

Trait IAkEvent_CallbackData 

Source
pub trait IAkEvent_CallbackData: IObject {
    // Provided methods
    fn function_name(self) -> Il2CppString { ... }
    fn set_function_name(self, value: Il2CppString) { ... }
    fn game_object(self) -> GameObject { ... }
    fn set_game_object(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§