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