PackedByteArray

Type Alias PackedByteArray 

pub type PackedByteArray = PackedArray<u8>;
Expand description

General-purpose byte buffer.

See impl PackedByteArray for specialized methods.

§Godot docs

PackedByteArray (stable)

Aliased Type§

pub struct PackedByteArray { /* private fields */ }