• Sets the given vector "result" with the element values from the index "offset" of the given FloatArray This function is deprecated. Use FromArrayToRef instead.

    Parameters

    • array: FloatArray

      defines the source array

    • offset: number

      defines the offset in the source array

    • result: MutableVector3

      defines the Vector3 where to store the result

    Returns void