Version: 2018.4

ForcedCrashCategory

enumeration

マニュアルに切り替える

説明

Specifies the category of crash to cause when calling ForceCrash().

変数

AccessViolationCause a crash by performing an invalid memory access.The invalid memory access is performed on each platform as follows:
FatalErrorCause a crash using Unity's native fatal error implementation.
AbortCause a crash by calling the abort() function.
PureVirtualFunctionCause a crash by calling a pure virtual function to raise an exception.