This version of Unity is unsupported.

JNINativeMethod

struct in UnityEngine

/

Implemented in:UnityEngine.AndroidJNIModule

Description

Defines a single method to beregistered using AndroidJNI.RegisterNatives.

Properties

fnPtrThe function pointer.
nameThe name of the method.
signatureThe JNI method signature.