Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidJNI.GetSByteArrayElement

Declaration

public static sbyte GetSByteArrayElement(IntPtr array, int index);

Description

Returns the value of one element of a primitive array.

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

Additional resources: Java Native Interface Specification (Oracle)