Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnsureLocalCapacity(int)

Ensures that at least a given number of local references can be created in the current thread.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static int EnsureLocalCapacity(int capacity)

Parameters

capacity

Returns

Type

Description

int

Remarks