Home > rc-js-util > Margin2d > copyFromBuffer
If endianness is not supplied the platform’s endianness will be used.
Signature:
copyFromBuffer(_memoryDataView: DataView, _pointer: number, _littleEndian?: boolean): void;
Parameter | Type | Description |
---|---|---|
_memoryDataView | DataView | |
_pointer | number | |
_littleEndian | boolean | (Optional) |
Returns:
void