Click or drag to resize

SceneVisualGeneratorOrder Property

Property Value

Type: ListString
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: 11.0.0.7658
Syntax
C#
public List<string> GeneratorOrder { get; set; }

Property Value

Type: ListString
See Also