C# 클래스 Unity.UNetWeaver.Log

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
ErrorMethod Action
WarningMethod Action

공개 메소드들

메소드 설명
Error ( string msg ) : void
Warning ( string msg ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string msg ) : void
msg string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string msg ) : void
msg string
리턴 void

프로퍼티 상세

ErrorMethod 공개적으로 정적으로 프로퍼티

public static Action ErrorMethod
리턴 Action

WarningMethod 공개적으로 정적으로 프로퍼티

public static Action WarningMethod
리턴 Action