pub trait IIScriptableRuntimeReflectionSystemMethods: IIScriptableRuntimeReflectionSystem {
// Provided method
fn tick_realtime_probes(self) -> bool { ... }
}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: IIScriptableRuntimeReflectionSystem> IIScriptableRuntimeReflectionSystemMethods for __T
Available on crate feature
unity_engine-experimental-rendering-iscriptableruntimereflectionsystem only.