[This is preliminary documentation and is subject to change.]
The options for level selection (such as fixed or variable)
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public enum LevelSelectionOptions |
Members
Member name | Value | Description | |
---|---|---|---|
FIXED | 0 | Specifies that level selection should be made using the fixed level selection method | |
VARIABLE | 1 | Specifies that level selection should be made using the variable level selection method |