Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDirectBufferAddress(IntPtr)

Fetches and returns the starting address of the memory region referenced by the given direct java.nio.Buffer.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static sbyte* GetDirectBufferAddress(IntPtr buffer)

Parameters

buffer

Returns

Type

Description

sbyte*

Remarks