pub trait IScriptableRuntimeReflectionSystemWrapperMethods: IScriptableRuntimeReflectionSystemWrapper {
// Provided methods
fn get_implementation(self) -> IScriptableRuntimeReflectionSystem { ... }
fn set_implementation(
self,
value: impl Into<IScriptableRuntimeReflectionSystem>,
) { ... }
fn internal_scriptable_runtime_reflection_system_wrapper_tick_realtime_probes(
self,
) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_implementation(self) -> IScriptableRuntimeReflectionSystem
fn get_implementation(self) -> IScriptableRuntimeReflectionSystem
get_implementation() overload
Sourcefn set_implementation(
self,
value: impl Into<IScriptableRuntimeReflectionSystem>,
)
fn set_implementation( self, value: impl Into<IScriptableRuntimeReflectionSystem>, )
set_implementation(crate::unity_engine::experimental::rendering::iscriptableruntimereflectionsystem::IScriptableRuntimeReflectionSystem) overload
Sourcefn internal_scriptable_runtime_reflection_system_wrapper_tick_realtime_probes(
self,
) -> bool
fn internal_scriptable_runtime_reflection_system_wrapper_tick_realtime_probes( self, ) -> bool
Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes(*mutbool) 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: IScriptableRuntimeReflectionSystemWrapper> IScriptableRuntimeReflectionSystemWrapperMethods for __T
Available on crate feature
unity_engine-experimental-rendering-scriptableruntimereflectionsystemwrapper only.