Constructor
new SubBuildNode( node : Node, name : string, nodeType : string )
node |
The node to be built in the sub-build. |
name |
The name of the sub-build. |
nodeType |
The type of the node, if known. |
Properties
.isSubBuildNode : boolean (readonly)
This flag can be used for type testing.
Default is true.