C# 클래스 UnityEditor.NetworkDetailStats

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
IncrementStat ( NetworkDirection direction, short msgId, string entryName, int amount ) : void
NewProfilerTick ( float newTime ) : void
ResetAll ( ) : void
SetStat ( NetworkDirection direction, short msgId, string entryName, int amount ) : void

메소드 상세

IncrementStat() 공개 정적인 메소드

public static IncrementStat ( NetworkDirection direction, short msgId, string entryName, int amount ) : void
direction NetworkDirection
msgId short
entryName string
amount int
리턴 void

NewProfilerTick() 공개 정적인 메소드

public static NewProfilerTick ( float newTime ) : void
newTime float
리턴 void

ResetAll() 공개 정적인 메소드

public static ResetAll ( ) : void
리턴 void

SetStat() 공개 정적인 메소드

public static SetStat ( NetworkDirection direction, short msgId, string entryName, int amount ) : void
direction NetworkDirection
msgId short
entryName string
amount int
리턴 void