classes/class_packedbytearray #501
Replies: 1 comment
-
|
Additional information about the constructor that takes an Array: the resulting PackedByteArray has the same number of elements as given Array; during conversion, elements that can't be converted into a byte are set to 0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
classes/class_packedbytearray
A packed array of bytes. Description: An array specifically designed to hold bytes. Packs data tightly, so it saves memory for large array sizes. PackedByteArray also provides methods to encode/dec...
https://docs.godotengine.org/en/stable/classes/class_packedbytearray.html
Beta Was this translation helpful? Give feedback.
All reactions