Enum MLSpatialMapper.MeshType | Magic Leap XR Plugin | 5.0.1-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum MLSpatialMapper.MeshType

    What type of mesh to generate: a triangle mesh or a point cloud

    Namespace: UnityEngine.XR.MagicLeap
    Syntax
    public enum MeshType

    Fields

    Name Description
    PointCloud

    Generate a point cloud (a mesh with MeshTopology.Points)

    Triangles

    Generate triangle meshes

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX