C# Class UnityEditor.NetworkDetailStats.NetworkOperationDetails

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
MsgId short
m_Entries NetworkDetailStats.NetworkOperationEntryDetails>.Dictionary
totalIn float
totalOut float

Méthodes publiques

Méthode Description
Clear ( ) : void
IncrementStat ( NetworkDetailStats direction, string entryName, int amount ) : void
NewProfilerTick ( int tickId ) : void
SetStat ( NetworkDetailStats direction, string entryName, int amount ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

IncrementStat() public méthode

public IncrementStat ( NetworkDetailStats direction, string entryName, int amount ) : void
direction NetworkDetailStats
entryName string
amount int
Résultat void

NewProfilerTick() public méthode

public NewProfilerTick ( int tickId ) : void
tickId int
Résultat void

SetStat() public méthode

public SetStat ( NetworkDetailStats direction, string entryName, int amount ) : void
direction NetworkDetailStats
entryName string
amount int
Résultat void

Property Details

MsgId public_oe property

public short MsgId
Résultat short

m_Entries public_oe property

public Dictionary m_Entries
Résultat NetworkDetailStats.NetworkOperationEntryDetails>.Dictionary

totalIn public_oe property

public float totalIn
Résultat float

totalOut public_oe property

public float totalOut
Résultat float