Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateObservableGauge< T >()
[2/3]
ObservableGauge
<
T
> System.Diagnostics.Metrics.Meter.CreateObservableGauge<
T
>
(
string
name
,
Func<
Measurement
<
T
> >
observeValue
,
string
?
unit
=
null
,
string
?
description
=
null
)
inline
Type Constraints
T
:
struct
Definition at line
67
of file
Meter.cs
.
67
:
struct
68
{
69
return
new
ObservableGauge<T>
(
this
, name,
observeValue
,
unit
, description);
70
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Diagnostics
Metrics
Meter
Generated by
1.10.0