docs.unity3d.com
    Show / Hide Table of Contents

    Class MeshingSettings

    Inheritance
    Object
    MeshingSettings
    Namespace: UnityEngine.XR.MagicLeap.Meshing
    Syntax
    public static class MeshingSettings : object

    Properties

    batchSize

    Declaration
    public static int batchSize { set; }
    Property Value
    Type Description
    Int32

    density

    Declaration
    public static float density { set; }
    Property Value
    Type Description
    Single

    meshingSettings

    Declaration
    public static MLMeshingSettings meshingSettings { set; }
    Property Value
    Type Description
    MLMeshingSettings

    Methods

    AcquireConfidence(MeshId, out Int32)

    Declaration
    public static IntPtr AcquireConfidence(MeshId meshId, out int count)
    Parameters
    Type Name Description
    MeshId meshId
    Int32 count
    Returns
    Type Description
    IntPtr

    ReleaseConfidence(MeshId)

    Declaration
    public static void ReleaseConfidence(MeshId meshId)
    Parameters
    Type Name Description
    MeshId meshId

    SetBounds(Transform, Vector3)

    Declaration
    public static void SetBounds(Transform transform, Vector3 extents)
    Parameters
    Type Name Description
    Transform transform
    Vector3 extents

    SetBounds(Vector3, Quaternion, Vector3)

    Declaration
    public static void SetBounds(Vector3 position, Quaternion rotation, Vector3 extents)
    Parameters
    Type Name Description
    Vector3 position
    Quaternion rotation
    Vector3 extents
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023