LocationStackStackPosition Enumeration |
Namespace: Demo3D.Common
[SerializableAttribute] public enum StackPosition
| Member name | Value | Description | |
|---|---|---|---|
| Bottom | 0 | Bottom of the stack. Adding a 'Bottom' entry will remove all entries already added. | |
| Middle | 1 | Middle of the stack. | |
| Top | 2 | Top of the stack. No new stack information is added above an entry marked Top. |