docs.unity3d.com
    Show / Hide Table of Contents

    Class SimulatedMeshingSettings

    Settings for simulated mesh providers

    Inheritance
    Object
    ScriptableSettingsBase
    ScriptableSettingsBase<SimulatedMeshingSettings>
    ScriptableSettings<SimulatedMeshingSettings>
    SimulatedMeshingSettings
    Inherited Members
    ScriptableSettings<SimulatedMeshingSettings>.instance
    ScriptableSettingsBase<SimulatedMeshingSettings>.k_HasCustomPath
    ScriptableSettingsBase<SimulatedMeshingSettings>.s_Instance
    ScriptableSettingsBase<SimulatedMeshingSettings>.Save(String)
    ScriptableSettingsBase<SimulatedMeshingSettings>.GetFilePath()
    ScriptableSettingsBase.k_PathExceptionMessage
    Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
    ScriptableSettingsBase.OnLoaded()
    Namespace: Unity.MARS.Simulation
    Syntax
    [ScriptableSettingsPath("Assets/MARS/UserSettings")]
    public class SimulatedMeshingSettings : ScriptableSettings<SimulatedMeshingSettings>

    Properties

    ExcludeExteriorXRayGeometry

    If true, simulated meshes will not include outward-facing exterior faces from environment meshes that are rendered with the 'MARS/Room X-Ray' shader. The excluded faces are determined by the interior bounds defined by the environment's XRay Region.

    Declaration
    public bool ExcludeExteriorXRayGeometry { get; set; }
    Property Value
    Type Description
    Boolean

    IndexFormat

    Format of the index buffer data for simulated meshes

    Declaration
    public IndexFormat IndexFormat { get; set; }
    Property Value
    Type Description
    IndexFormat
    Back to top
    Terms of use
    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