Skip to main content

IBuiltinRuntimeReflectionSystemMethods

Trait IBuiltinRuntimeReflectionSystemMethods 

Source
pub trait IBuiltinRuntimeReflectionSystemMethods: IBuiltinRuntimeReflectionSystem {
    // Provided methods
    fn tick_realtime_probes(self) -> bool { ... }
    fn dispose(self) { ... }
    fn dispose_2(self, disposing: impl Into<bool>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn tick_realtime_probes(self) -> bool

TickRealtimeProbes() overload

Source

fn dispose(self)

Dispose() overload

Source

fn dispose_2(self, disposing: impl Into<bool>)

Dispose(bool) 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: IBuiltinRuntimeReflectionSystem> IBuiltinRuntimeReflectionSystemMethods for __T

Available on crate feature unity_engine-experimental-rendering-builtinruntimereflectionsystem only.