Skip to main content

IIScriptableRuntimeReflectionSystemMethods

Trait IIScriptableRuntimeReflectionSystemMethods 

Source
pub trait IIScriptableRuntimeReflectionSystemMethods: IIScriptableRuntimeReflectionSystem {
    // Provided method
    fn tick_realtime_probes(self) -> bool { ... }
}

Provided Methods§

Source

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§

Source§

impl<__T: IIScriptableRuntimeReflectionSystem> IIScriptableRuntimeReflectionSystemMethods for __T

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