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

Extensions for Node. More...

Static Public Member Functions

static IEnumerable< NodeDescendants (this Node node)
 Get descendants for the specified node. More...
 

Detailed Description

Extensions for Node.

Definition at line 13 of file Node.Extensions.cs.

Member Function Documentation

static IEnumerable<Node> SiliconStudio.Shaders.Ast.NodeExtensions.Descendants ( this Node  node)
static

Get descendants for the specified node.

Parameters
nodeThe node.
Returns
An enumeration of descendants

Definition at line 42 of file Node.Extensions.cs.

References SiliconStudio.Shaders.Ast.Node.Childrens().


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