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