C# 클래스 BulletCSharp.LinearMathPINVOKE.SWIGExceptionHelper

파일 보기 프로젝트 열기: sanglin307/BulletUnity3D

비공개 메소드들

메소드 설명
SWIGExceptionHelper ( ) : System
SWIGRegisterExceptionCallbacksArgument_LinearMath ( ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate ) : void
SWIGRegisterExceptionCallbacks_LinearMath ( ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate ) : void
SetPendingApplicationException ( string message ) : void
SetPendingArgumentException ( string message, string paramName ) : void
SetPendingArgumentNullException ( string message, string paramName ) : void
SetPendingArgumentOutOfRangeException ( string message, string paramName ) : void
SetPendingArithmeticException ( string message ) : void
SetPendingDivideByZeroException ( string message ) : void
SetPendingIOException ( string message ) : void
SetPendingIndexOutOfRangeException ( string message ) : void
SetPendingInvalidCastException ( string message ) : void
SetPendingInvalidOperationException ( string message ) : void
SetPendingNullReferenceException ( string message ) : void
SetPendingOutOfMemoryException ( string message ) : void
SetPendingOverflowException ( string message ) : void
SetPendingSystemException ( string message ) : void