NRSDKApiForUnity
Interface
IMeshInfoProcessor
NRKernal.IMeshInfoProcessor

Public Member Functions

void UpdateMeshInfo (ulong identifier, NRMeshingBlockState meshingBlockState, Mesh mesh)
 
void ClearMeshInfo ()
 

Detailed Description

Interface for processing mesh information.

Member Function Documentation

◆ UpdateMeshInfo()

void NRKernal.IMeshInfoProcessor.UpdateMeshInfo ( ulong  identifier,
NRMeshingBlockState  meshingBlockState,
Mesh  mesh 
)

Update mesh information for a specific identifier.

Parameters
identifierThe unique identifier of the mesh.
meshingBlockStateThe state of the meshing block.
meshThe mesh to be updated.