Constructor
new UniformGroupNode( name : string, shared : boolean, order : number )
Constructs a new uniform group node.
| name |
The name of the uniform group node. |
| shared |
Whether this uniform group node is shared or not. Default is |
| order |
Influences the internal sorting. Default is |
Properties
.isUniformGroup : boolean (readonly)
This flag can be used for type testing.
Default is true.
.order : number
Influences the internal sorting. TODO: Add details when this property should be changed.
Default is 1.
.shared : boolean
Whether this uniform group node is shared or not.
Default is false.