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

AndroidJNI.GetDirectSByteBuffer

Declaration

public static NativeArray<sbyte> GetDirectSByteBuffer(IntPtr buffer);

Description

Returns the NativeArray backed by the same memory region as the given direct java.nio.Buffer.

Additional resources: AndroidJNI.GetDirectBufferAddress.