AndroidJNIHelper
.CreateJavaRunnable
Manual
Reference
Scripting
Scripting
>
Runtime Classes
>
AndroidJNIHelper
AndroidJNIHelper
.CreateJavaRunnable
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Attributes
Enumerations
History
Index
AndroidJNIHelper
All Members
Class Variables
debug
Class Functions
ConvertFromJNIArray
ConvertToJNIArray
CreateJavaRunnable
CreateJNIArgArray
GetConstructorID
GetFieldID
GetMethodID
GetSignature
static
function
CreateJavaRunnable (runnable : AndroidJavaRunnable) : IntPtr
Parameters
Name
Description
runnable
A delegate representing the java.lang.Runnable.
Description
Creates a UnityJavaRunnable object (implements java.lang.Runnable).
See Also:
AndroidJavaRunnable