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
Syntaxpublic List<string> GeneratorOrder { get; set; }Property Value
Type:
ListString
See Also