Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSByteArrayElement(IntPtr, int)

Returns the value of one element of a primitive array.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static sbyte GetSByteArrayElement(IntPtr array, int index)

Parameters

array


index

Returns

Type

Description

sbyte

Remarks

This function is a special case of GetByteArrayRegion(), called with region size set to 1.