Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNIHelper.CreateJavaRunnable

Switch to Manual
public static function CreateJavaRunnable(jrunnable: AndroidJavaRunnable): IntPtr;

Parameters

runnableA delegate representing the java.lang.Runnable.

Description

Creates a UnityJavaRunnable object (implements java.lang.Runnable).