GenericXRSDKSpatialMeshObserver.RemoveMeshObject(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the SpatialAwarenessMeshObject associated with the specified id.
protected:
void RemoveMeshObject(int id);
protected void RemoveMeshObject (int id);
member this.RemoveMeshObject : int -> unit
Protected Sub RemoveMeshObject (id As Integer)
Parameters
- id
- Int32
The id of the mesh to be removed.