MaterialReferenceNode constructor

MaterialReferenceNode(
  1. dynamic property,
  2. dynamic inputType, [
  3. dynamic material = null
])

Implementation

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