Class SimulatedMeshingSettings
Settings for simulated mesh providers
Namespace: Unity.MARS.Simulation
Syntax
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 |