Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ElementAt(int)

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

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public ref byte ElementAt(int index)

Parameters

index

A byte index.

Returns

Type

Description

byteA reference to the byte at the index.