UVNode constructor

UVNode([
  1. dynamic index = 0
])

Implementation

UVNode([index = 0]) : super(null, 'vec2') {
  this.index = index;
}