C# 클래스 UnityEngine.Assertions.AssertionException

An exception that is thrown on a failure. Assertions.Assert._raiseExceptions needs to be set to true.

상속: System.Exception
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
AssertionException ( string message, string userMessage ) : System

메소드 상세

AssertionException() 공개 메소드

public AssertionException ( string message, string userMessage ) : System
message string
userMessage string
리턴 System