MaterialReferenceNode constructor
MaterialReferenceNode(
- dynamic property,
- dynamic inputType, [
- dynamic material = null
Implementation
MaterialReferenceNode(property, inputType, [material = null])
: super(property, inputType, material) {
generateLength = 1;
this.material = material;
}