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.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic enum LoadReleaseStrategy
Members|
| Member name | Value | Description |
|---|
| Sequence | 0 | |
| Distribution | 1 | |
See Also