Class VFXViewPreference
Inheritance
System.Object
VFXViewPreference
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public static class VFXViewPreference
Fields
advancedLogsKey
Declaration
public const string advancedLogsKey = "VFX.AdvancedLogs"
Field Value
Type |
Description |
System.String |
|
allowShaderExternalizationKey
Declaration
public const string allowShaderExternalizationKey = "VFX.allowShaderExternalization"
Field Value
Type |
Description |
System.String |
|
experimentalOperatorKey
Declaration
public const string experimentalOperatorKey = "VFX.displayExperimentalOperatorKey"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string extraDebugInfoKey = "VFX.ExtraDebugInfo"
Field Value
Type |
Description |
System.String |
|
forceEditionCompilationKey
Declaration
public const string forceEditionCompilationKey = "VFX.ForceEditionCompilation"
Field Value
Type |
Description |
System.String |
|
Properties
advancedLogs
Declaration
public static bool advancedLogs { get; }
Property Value
Type |
Description |
System.Boolean |
|
displayExperimentalOperator
Declaration
public static bool displayExperimentalOperator { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool displayExtraDebugInfo { get; }
Property Value
Type |
Description |
System.Boolean |
|
forceEditionCompilation
Declaration
public static bool forceEditionCompilation { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
PreferenceSettingsProvider()
Declaration
public static SettingsProvider PreferenceSettingsProvider()
Returns
Type |
Description |
SettingsProvider |
|
PreferencesGUI()
Declaration
public static void PreferencesGUI()