FromArrayToRef static method

void FromArrayToRef(
  1. List<num> array,
  2. num offset,
  3. Vector2 result
)

Implementation

external static void FromArrayToRef(List<num> array, num offset, Vector2 result);