3 using System.Collections.Generic;
5 using SiliconStudio.Shaders.Ast;
7 namespace SiliconStudio.
Paradox.Shaders.Parser.Ast
14 #region Public Properties
20 public bool IsPartial {
get; set; }
30 #region Public Methods
36 ChildrenList.Add(Name);
37 ChildrenList.Add(Body);
44 return string.Format(
"{0}shader {1} {{...}}", IsPartial ?
"partial " : string.Empty, Name);
A tag interface to identify a container for scope declarations.
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
override string ToString()