Modifier

Partager via


MixedRealityProjectPreferences.ShowNullDataProviders Property

Definition

Whether to show null data providers in the profile UI.

public:
 static property bool ShowNullDataProviders { bool get(); void set(bool value); };
public static bool ShowNullDataProviders { get; set; }
static member ShowNullDataProviders : bool with get, set
Public Shared Property ShowNullDataProviders As Boolean

Property Value

Remarks

Mainly used for debugging unexpected behavior. Data providers may be null due to a namespace change or while using an incompatible Unity version.

Applies to