Class MarsDebugSettings
MARS debug settings
Inheritance
ScriptableSettingsBase
ScriptableSettingsBase<MarsDebugSettings>
ScriptableSettings<MarsDebugSettings>
MarsDebugSettings
Inherited Members
ScriptableSettings<MarsDebugSettings>.instance
ScriptableSettingsBase<MarsDebugSettings>.k_HasCustomPath
ScriptableSettingsBase<MarsDebugSettings>.s_Instance
ScriptableSettingsBase<MarsDebugSettings>.GetFilePath()
ScriptableSettingsBase.k_PathExceptionMessage
ScriptableSettingsBase.OnLoaded()
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.MARS.Settings
Assembly: Unity.MARS.dll
Syntax
[ScriptableSettingsPath("Assets/MARS/UserSettings")]
[MovedFrom("Unity.MARS")]
public class MarsDebugSettings : ScriptableSettings<MarsDebugSettings>
Properties
GeoLocationModuleLogging
Enables logging from the GeoLocationsModule
Declaration
public static bool GeoLocationModuleLogging { get; }
Property Value
Type | Description |
---|---|
bool |
QuerySimulationModuleLogging
Enables logging from the QuerySimulationModule
Declaration
public static bool QuerySimulationModuleLogging { get; }
Property Value
Type | Description |
---|---|
bool |
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 |
---|---|
bool |
SimDiscoveryImageMarkerDebug
Enables drawing debug image marker
Declaration
public static bool SimDiscoveryImageMarkerDebug { get; }
Property Value
Type | Description |
---|---|
bool |
SimDiscoveryModulePlaneCenterDebug
Enables drawing debug plane center
Declaration
public static bool SimDiscoveryModulePlaneCenterDebug { get; }
Property Value
Type | Description |
---|---|
bool |
SimDiscoveryModulePlaneExtentsDebug
Enables drawing debug plane extents
Declaration
public static bool SimDiscoveryModulePlaneExtentsDebug { get; }
Property Value
Type | Description |
---|---|
bool |
SimDiscoveryModulePlaneVerticesDebug
Enables drawing debug plane vertices
Declaration
public static bool SimDiscoveryModulePlaneVerticesDebug { get; }
Property Value
Type | Description |
---|---|
bool |
SimDiscoveryPointCloudDebug
Enables drawing debug plane vertices
Declaration
public static bool SimDiscoveryPointCloudDebug { get; }
Property Value
Type | Description |
---|---|
bool |
SimDiscoveryPointCloudRayGizmoTime
How long to draw the point cloud ray gizmo
Declaration
public static float SimDiscoveryPointCloudRayGizmoTime { get; }
Property Value
Type | Description |
---|---|
float |
SimDiscoveryVoxelsDebug
Enables drawing debug voxels
Declaration
public static bool SimDiscoveryVoxelsDebug { get; }
Property Value
Type | Description |
---|---|
bool |
SimObjectsManagerLogging
Enables logging from the SimulatedObjectManager
Declaration
public static bool SimObjectsManagerLogging { get; }
Property Value
Type | Description |
---|---|
bool |
SimPlaneFindingLogging
Enables logging for simulation plane finding
Declaration
public static bool SimPlaneFindingLogging { get; }
Property Value
Type | Description |
---|---|
bool |
allowInteractionTargetSelection
Enables selection of interaction targets for debugging
Declaration
public static bool allowInteractionTargetSelection { get; }
Property Value
Type | Description |
---|---|
bool |