|
|
Unlocked
|
[SerializableAttribute] public enum UnlockedTime
| Member name | Value | Description |
|---|---|---|
| SyncLocked | 0 | Sync locked, best quality. |
| UnlockedFor10Seconds | 16 | Unlocked for 10 seconds. |
| UnlockedFor100Seconds | 32 | Unlocked for 100 seconds. |
| UnlockedForOver1000Seconds | 48 | Unlocked for over 1000 seconds. |
The UnlockedTime type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |