MemoryBlock(Int32, Boolean) Constructor |
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntaxpublic MemoryBlock(
int size,
bool zeroMemory = false
)
Parameters
- size Int32
- The size of the block, in bytes.
- zeroMemory Boolean (Optional)
-
See Also