Skip to main content

IHubEventAreaMethods

Trait IHubEventAreaMethods 

Source
pub trait IHubEventAreaMethods: IHubEventArea {
    // Provided methods
    fn get_is_complete(self) -> bool { ... }
    fn get_flag_name(self) -> Il2CppString { ... }
    fn is_enabled(self) -> bool { ... }
    fn is_executed(self) -> bool { ... }
    fn set_execute(self) { ... }
    fn awake(self) { ... }
    fn start(self) { ... }
    fn enter(self) { ... }
    fn leave(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_is_complete(self) -> bool

get_IsComplete() overload

Source

fn get_flag_name(self) -> Il2CppString

get_FlagName() overload

Source

fn is_enabled(self) -> bool

IsEnabled() overload

Source

fn is_executed(self) -> bool

IsExecuted() overload

Source

fn set_execute(self)

SetExecute() overload

Source

fn awake(self)

Awake() overload

Source

fn start(self)

Start() overload

Source

fn enter(self)

Enter() overload

Source

fn leave(self)

Leave() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IHubEventArea> IHubEventAreaMethods for __T

Available on crate feature app-hubeventarea only.