Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 815 Bytes

decentraland-ecs.vector3.fromfloatarraytoref.md

File metadata and controls

20 lines (14 loc) · 815 Bytes

Home > decentraland-ecs > Vector3 > FromFloatArrayToRef

Vector3.FromFloatArrayToRef method

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

Signature:

static FromFloatArrayToRef(array: FloatArray, offset: number, result: Vector3): void;

Returns: void

Parameters

Parameter Type Description
array FloatArray defines the source array
offset number defines the offset in the source array
result Vector3 defines the Vector3 where to store the result