WriteFixedString512(FixedString512Bytes)
Writes a FixedString512Bytes value to the data stream.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool WriteFixedString512(FixedString512Bytes str)
Parameters
The to write.
FixedString512BytesReturns
Type | Description |
|---|---|
| bool | Whether the write was successful |