Enum SettingOptions
Flags for audio source settings.
Namespace: AudioBand.AudioSource
Assembly: AudioBand.AudioSource.dll
Syntax
[Flags]
public enum SettingOptions
Fields
Name | Description |
---|---|
Hidden | Setting is invisible to the user. |
ReadOnly | Setting cannot be modified by the user. |
Sensitive | Indicates a sensitive setting such as a password, causing a warning to be given. |