std.memory.DataBuffer.Resize - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataBuffer.Resize
monkey:monkey.types.Int )
Method Resize:Void( length:Resizes the databuffer.
Note: This method reallocates the internal memory buffer and will cause the Data property to change.
Parameters | |
---|---|
length |
length The new length of the databuffer. |