Skip to main content

IXRMeshSubsystemMethods

Trait IXRMeshSubsystemMethods 

Source
pub trait IXRMeshSubsystemMethods: IXRMeshSubsystem {
    // Provided methods
    fn invoke_mesh_ready_delegate(
        self,
        result: impl Into<MeshGenerationResult>,
        on_mesh_generation_complete: impl Into<Action_1<MeshGenerationResult>>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn invoke_mesh_ready_delegate( self, result: impl Into<MeshGenerationResult>, on_mesh_generation_complete: impl Into<Action_1<MeshGenerationResult>>, )

InvokeMeshReadyDelegate(crate::unity_engine::xr::meshgenerationresult::MeshGenerationResult, crate::system::action_1::Action_1<crate::unity_engine::xr::meshgenerationresult::MeshGenerationResult>) 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: IXRMeshSubsystem> IXRMeshSubsystemMethods for __T

Available on crate feature unity_engine-xr-xrmeshsubsystem only.