fromArray method

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

Implementation

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