std.memory.DataBuffer.Resize - nitrologic/monkey2 GitHub Wiki

std::std.memory.std.memory.DataBuffer.Resize

Method Resize:Void( length:monkey:monkey.types.Int )

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.