this[]
The byte at an index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
this[int]
public byte this[int index] { readonly get; set; }
Parameters
A zero-based byte index.
Returns
Type | Description |
|---|---|
| byte |