Click or drag to resize

SceneVisualGeneratorOrder Property

The order that generators are given incremental initial seeds. This is optional but will ensure determinism of random number streams when additional streams are added later.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public List<string> GeneratorOrder { get; set; }

Property Value

Type: ListString
See Also