Ultimate Replay Scripting Reference
BitConverterNonAllocGetBytes Method |
Overload List
Name | Description | |
---|---|---|
GetBytes(Byte, Boolean) |
Store an 8-bit bool into the specified byte array.
|
|
GetBytes(Byte, Int16) |
Store a 16 bit int into the specified byte array.
The buffer to store the int which must have a size of 2 or greaterThe short value to store
|
|
GetBytes(Byte, Int32) |
Store a 32-bit int into the specified byte array.
|
|
GetBytes(Byte, Single) |
Store a 32-bit float into the specified byte array.
|
See Also