Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AllocObject(IntPtr)

Allocates a new Java object without invoking any of the constructors for the object.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static IntPtr AllocObject(IntPtr clazz)

Parameters

clazz

Returns

Type

Description

IntPtr

Remarks