Capítulo 746 de 859
NodeBuilder is going to create instances of this class during the build process of nodes. They represent the final shader attributes that are going to be generated by the builder. Arrays of node attributes is maintained in NodeBuilder#attributes and NodeBuilder#bufferAttributes for this purpose.
Constructor
| Signature |
|---|
new NodeAttribute( name : string, type : string, node : Node ) |
Properties
| Property | Description |
|---|---|
.isNodeAttribute : boolean (readonly) | This flag can be used for type testing. |
.name : string | The name of the attribute. |
.node : Node | An optional reference to the node. |
.type : string | The type of the attribute. |