Version: 2023.2
언어: 한국어

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.
MonoAbortCause a crash by calling the abort() function within the Mono dynamic library.