Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Returns the byte (not character) at an index.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

this[int]

public byte this[int index] { readonly get; set; }

Parameters

index

A byte index.

Returns

Type

Description

byte