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