Constructor
new OutputStructNode( …members : Node )
Constructs a new output struct node. The constructor can be invoked with an arbitrary number of nodes representing the members.
| members |
A parameter list of nodes. |
Properties
.isOutputStructNode : boolean (readonly)
This flag can be used for type testing.
Default is true.