Class SimulatedMeshingSettings
Settings for simulated mesh providers
Inheritance
SimulatedMeshingSettings
Inherited Members
Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
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 |