3 using System.Collections.Generic;
4 using SiliconStudio.Core;
6 namespace SiliconStudio.
Paradox.Shaders
29 Children =
new Dictionary<string, ShaderMixinSourceTree>();
37 public string Name {
get; set; }
55 public Dictionary<string, ShaderMixinSourceTree> Children {
get; set; }
A mixin performing a combination of ShaderClassSource and other mixins.
ShaderMixinSourceTree(ShaderMixinSourceTree parent)
Initializes a new instance of the ShaderMixinSource class.
Contains a tree of ShaderMixinSource.
ShaderMixinSourceTree()
Initializes a new instance of the ShaderMixinSourceTree class.