Inheritance
System.Object
PlatformLevelSelector
public class PlatformLevelSelector : PopupField<int>
Constructors
Declaration
public PlatformLevelSelector()
Declaration
public PlatformLevelSelector(string label)
Parameters
| Type |
Name |
Description |
| System.String |
label |
|
Methods
Declaration
public static int EnsureValidValue(int input)
Parameters
| Type |
Name |
Description |
| System.Int32 |
input |
|
Returns
| Type |
Description |
| System.Int32 |
|
Declaration
public static IEnumerable<int> GetChoices()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.Int32> |
|