Enum UnlockType
Defines what state achievement can be in.
Namespace: Unity.PlatformToolkit.Editor
Assembly: Unity.PlatformToolkit.Editor.dll
Syntax
public enum UnlockType
Fields
| Name | Description |
|---|---|
| Progressive | Achievement has progress value from 0 to ProgressTarget. |
| Single | Achievement can be either locked or unlocked. |