fromArray method

Vector2 fromArray(
  1. Float32List array, [
  2. num index
])

Implementation

external Vector2 fromArray(Float32List array, [num index]);