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