ProfileManagermTimers Field |
[Missing <summary> documentation for "F:Planetbase.ProfileManager.mTimers"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[NonSerializedAttribute]
public Dictionary<string, PerformanceTimer> mTimers
<NonSerializedAttribute>
Public mTimers As Dictionary(Of String, PerformanceTimer)
public:
[NonSerializedAttribute]
Dictionary<String^, PerformanceTimer^>^ mTimers
Field Value
Type:
DictionaryString,
PerformanceTimer
See Also