New to_***_array method to decode PackedByteArray to Packed***Array
Documentation for new PackedByteArray::to_***_array methods Documentation for to_byte_array method for PackedInt32/Int64/Float32/Float64Array
This commit is contained in:
@ -201,6 +201,8 @@
|
||||
<return type="PackedByteArray">
|
||||
</return>
|
||||
<description>
|
||||
Returns a copy of the data converted to a [PackedByteArray], where each element have been encoded as 4 bytes.
|
||||
The size of the new array will be [code]int32_array.size() * 4[/code].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
||||
Reference in New Issue
Block a user