NsdkMeshingExtension
↳ extends UnityEngine.MonoBehaviour
This component allows configuration of the additional functionality available in...
Declaration
public class NsdkMeshingExtension : MonoBehaviourSummary
This component allows configuration of the additional functionality available in NSDK's implementation of XRMeshingSubsystem.
Properties
| Name | Type | Summary |
|---|---|---|
| AllowList | List<string> | - |
| BlockList | List<string> | - |
| EnableDistanceBasedVolumetricCleanup | bool | - |
| EnableLevelsOfDetail | bool | - |
| EnableMeshDecimation | bool | - |
| FuseKeyframesOnly | bool | - |
| IsFilteringAllowListEnabled | bool | - |
| IsFilteringBlockListEnabled | bool | - |
| IsMeshFilteringEnabled | bool | - |
| LevelsOfDetail | int | - |
| MaximumIntegrationDistance | float | - |
| MeshBlockSize | float | - |
| MeshCullingDistance | float | - |
| TargetFrameRate | int | - |
| VoxelSize | float | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Configure | void | - |
| Update | void | - |