Class MarsDebugSettings
MARS debug settings
Namespace: Unity.MARS.Settings
Syntax
public class MarsDebugSettings : ScriptableSettings<MarsDebugSettings>
Properties
allowInteractionTargetSelection
Enables selection of interaction targets for debugging
Declaration
public static bool allowInteractionTargetSelection { get; }
Property Value
Type | Description |
---|---|
Boolean |
GeoLocationModuleLogging
Enables logging from the GeoLocationsModule
Declaration
public static bool GeoLocationModuleLogging { get; }
Property Value
Type | Description |
---|---|
Boolean |
QuerySimulationModuleLogging
Enables logging from the QuerySimulationModule
Declaration
public static bool QuerySimulationModuleLogging { get; }
Property Value
Type | Description |
---|---|
Boolean |
SceneModuleLogging
Enables logging from the MARSSceneModule
. Used to log modules and providers found when starting the MARSSceneModule
Declaration
public static bool SceneModuleLogging { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimDiscoveryImageMarkerDebug
Enables drawing debug image marker
Declaration
public static bool SimDiscoveryImageMarkerDebug { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimDiscoveryModulePlaneCenterDebug
Enables drawing debug plane center
Declaration
public static bool SimDiscoveryModulePlaneCenterDebug { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimDiscoveryModulePlaneExtentsDebug
Enables drawing debug plane extents
Declaration
public static bool SimDiscoveryModulePlaneExtentsDebug { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimDiscoveryModulePlaneVerticesDebug
Enables drawing debug plane vertices
Declaration
public static bool SimDiscoveryModulePlaneVerticesDebug { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimDiscoveryPointCloudDebug
Enables drawing debug plane vertices
Declaration
public static bool SimDiscoveryPointCloudDebug { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimDiscoveryPointCloudRayGizmoTime
How long to draw the point cloud ray gizmo
Declaration
public static float SimDiscoveryPointCloudRayGizmoTime { get; }
Property Value
Type | Description |
---|---|
Single |
SimDiscoveryVoxelsDebug
Enables drawing debug voxels
Declaration
public static bool SimDiscoveryVoxelsDebug { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimObjectsManagerLogging
Enables logging from the SimulatedObjectManager
Declaration
public static bool SimObjectsManagerLogging { get; }
Property Value
Type | Description |
---|---|
Boolean |
SimPlaneFindingLogging
Enables logging for simulation plane finding
Declaration
public static bool SimPlaneFindingLogging { get; }
Property Value
Type | Description |
---|---|
Boolean |