Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Shaders.Ast.Shader Class Reference

Toplevel container of a shader parsing result. More...

Inheritance diagram for SiliconStudio.Shaders.Ast.Shader:
SiliconStudio.Shaders.Ast.Node

Public Member Functions

 Shader ()
 Initializes a new instance of the Shader class. More...
 
override IEnumerable< NodeChildrens ()
 Gets the child nodes.
Returns
An enumeration of child nodes
More...
 
- Public Member Functions inherited from SiliconStudio.Shaders.Ast.Node
override bool Equals (object against)
 
override int GetHashCode ()
 
object GetTag (object tagKey)
 Gets a tag value associated to this node.. More...
 
bool RemoveTag (object tagKey)
 Gets a tag value associated to this node.. More...
 
bool ContainsTag (object tagKey)
 Determines whether the specified instance contains this tag. More...
 
void SetTag (object tagKey, object tagValue)
 Sets a tag value associated to this node. More...
 
override string ToString ()
 

Properties

List< NodeDeclarations [get, set]
 Gets or sets the declarations. More...
 
- Properties inherited from SiliconStudio.Shaders.Ast.Node
SourceSpan Span [get, set]
 Gets or sets the source span. More...
 
List< NodeChildrenList [get]
 Gets the childrens. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from SiliconStudio.Shaders.Ast.Node
static bool operator== (Node left, Node right)
 
static bool operator!= (Node left, Node right)
 
- Protected Member Functions inherited from SiliconStudio.Shaders.Ast.Node
 Node ()
 Initializes a new instance of the Node class. More...
 

Detailed Description

Toplevel container of a shader parsing result.

Definition at line 12 of file Shader.cs.

Constructor & Destructor Documentation

SiliconStudio.Shaders.Ast.Shader.Shader ( )

Initializes a new instance of the Shader class.

Definition at line 19 of file Shader.cs.

Member Function Documentation

override IEnumerable<Node> SiliconStudio.Shaders.Ast.Shader.Childrens ( )
virtual

Gets the child nodes.

Returns
An enumeration of child nodes

Reimplemented from SiliconStudio.Shaders.Ast.Node.

Definition at line 41 of file Shader.cs.

Property Documentation

List<Node> SiliconStudio.Shaders.Ast.Shader.Declarations
getset

Gets or sets the declarations.

The declarations.

Definition at line 34 of file Shader.cs.


The documentation for this class was generated from the following file: