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§
Sourcefn invoke_mesh_ready_delegate(
self,
result: impl Into<MeshGenerationResult>,
on_mesh_generation_complete: impl Into<Action_1<MeshGenerationResult>>,
)
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
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: IXRMeshSubsystem> IXRMeshSubsystemMethods for __T
Available on crate feature
unity_engine-xr-xrmeshsubsystem only.