Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


signature

The JNI method signature string that represents the parameters and return type of the Java method.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public string signature

Remarks

For example, the signature
(I)V
indicates that the method takes an integer parameter (
I
) and returns void (
V
).