this[]
The byte at an index. Note that writing to a NativeText.Readonly is not supported; the setter of this property throws when safety checks are enabled.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
this[int]
public byte this[int index] { get; set; }
Parameters
A zero-based byte index.
Returns
Type | Description |
|---|---|
| byte |