Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDirectSByteBuffer(nint)

Returns the NativeArray backed by the same memory region as the given direct java.nio.Buffer.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

GetDirectSByteBuffer(IntPtr)

public static NativeArray<sbyte> GetDirectSByteBuffer(nint buffer)

Parameters

buffer

Returns

Type

Description

NativeArray<sbyte>

Remarks

Additional Resources: AndroidJNI.GetDirectBufferAddress.