C# 클래스 DebugExtensions, uFrame.ECS

파일 보기 프로젝트 열기: InvertGames/uFrame.ECS 1 사용 예제들

공개 메소드들

메소드 설명
DebugInfo ( this obj, string actionId ) : int
DebugInfo ( this obj, string previousId, string actionId ) : int
DebugInfo2 ( this obj, string previousId, string actionId ) : void

메소드 상세

DebugInfo() 공개 정적인 메소드

public static DebugInfo ( this obj, string actionId ) : int
obj this
actionId string
리턴 int

DebugInfo() 공개 정적인 메소드

public static DebugInfo ( this obj, string previousId, string actionId ) : int
obj this
previousId string
actionId string
리턴 int

DebugInfo2() 공개 정적인 메소드

public static DebugInfo2 ( this obj, string previousId, string actionId ) : void
obj this
previousId string
actionId string
리턴 void