AsFixedList()
Returns a reference to a FixedList4096Bytes\<byte\> representation of this string.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public ref FixedList4096Bytes<byte> AsFixedList()
Returns
Type | Description |
|---|---|
| FixedList4096Bytes<byte> | A ref to a FixedListByte4096 representation of the FixedString4096Bytes. |
Remarks
The referenced FixedListByte4096 is the very same bytes as the original FixedString4096Bytes, so it is only valid as long as the original FixedString4096Bytes is valid.