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§
Sourcefn tick_realtime_probes(self) -> bool
fn tick_realtime_probes(self) -> bool
TickRealtimeProbes() 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§
impl<__T: IBuiltinRuntimeReflectionSystem> IBuiltinRuntimeReflectionSystemMethods for __T
Available on crate feature
unity_engine-experimental-rendering-builtinruntimereflectionsystem only.