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