Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

A zero-based byte index.

Returns

Type

Description

byte