Click or drag to resize

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: 19.00.00
Syntax
C#
public enum LoadReleaseStrategy
Members
Member nameValueDescription
Sequence0 
Distribution1 
See Also