FatalError(string)
Raises a fatal error and does not expect the VM to recover. This function does not return.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static void FatalError(string message)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)