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