MaterialNode constructor

MaterialNode([
  1. dynamic scope = MaterialNode.COLOR
])

Implementation

MaterialNode([scope = MaterialNode.COLOR]) : super() {
  generateLength = 2;
  this.scope = scope;
}