Constructor
new PropertyNode( nodeType : string, name : string, varying : boolean )
Constructs a new property node.
| nodeType |
The type of the node. |
| name |
The name of the property in the shader. Default is |
| varying |
Whether this property is a varying or not. Default is |
Properties
.isPropertyNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.name : string
The name of the property in the shader. If no name is defined, the node system auto-generates one.
Default is null.
- Overrides: Node#name
.varying : boolean
Whether this property is a varying or not.
Default is false.