C# Class UnityEditor.NetworkDetailStats

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
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

Method Details

IncrementStat() public static method

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

NewProfilerTick() public static method

public static NewProfilerTick ( float newTime ) : void
newTime float
return void

ResetAll() public static method

public static ResetAll ( ) : void
return void

SetStat() public static method

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