Buffer
Supported platforms:
Available since: Gideros 2020.2
Inherits from: Object
Description
The Buffer class acts as FIFO buffer with Gideros internal file system integration.
At lua side, Buffers are created with a name, and data can be added or taken from them.
Once created, buffer data can also be accessed by internal gideros functions that normally use files, such as textures or sounds. To do that pass |B|buffer.ext as the file name, where buffer.ext is that name of the buffer.
MethodsBuffer.new creates a new Buffer object |
EventsConstants |