Skip to main content

IScriptableRuntimeReflectionSystemWrapperMethods

Trait IScriptableRuntimeReflectionSystemWrapperMethods 

Source
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§

Source

fn get_implementation(self) -> IScriptableRuntimeReflectionSystem

get_implementation() overload

Source

fn set_implementation( self, value: impl Into<IScriptableRuntimeReflectionSystem>, )

set_implementation(crate::unity_engine::experimental::rendering::iscriptableruntimereflectionsystem::IScriptableRuntimeReflectionSystem) overload

Source

fn internal_scriptable_runtime_reflection_system_wrapper_tick_realtime_probes( self, ) -> bool

Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes(*mutbool) 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: IScriptableRuntimeReflectionSystemWrapper> IScriptableRuntimeReflectionSystemWrapperMethods for __T

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