LoadReleaseStrategy Enumeration |
Sequence - Release in the order they appear in the Items list.
Distribution - Release using the quantity/total quantity as the probability that item will be released.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic enum LoadReleaseStrategy
Members| Member name | Value | Description |
|---|
| Sequence | 0 | |
| Distribution | 1 | |
See Also