Constructor
new NodeUniform( name : string, type : string, node : UniformNode )
Constructs a new node uniform.
| name |
The name of the uniform. |
| type |
The type of the uniform. |
| node |
An reference to the node. |
Properties
.groupNode : UniformGroupNode
The uniform node's group.
.id : number
The id of the uniform node.
.isNodeUniform : boolean (readonly)
This flag can be used for type testing.
Default is true.
.name : string
The name of the uniform.
.node : UniformNode
An reference to the node.
.type : string
The type of the uniform.