Struct ProfilingCustomValue
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
public struct ProfilingCustomValue
- Inherited Members
Fields
DoubleValue
public double DoubleValue
Field Value
FloatValue
public float FloatValue
Field Value
IntValue
public int IntValue
Field Value
LongValue
public long LongValue
Field Value
ValueType
public Type ValueType
Field Value
Methods
ToObject()
public object ToObject()
Returns
Operators
implicit operator ProfilingCustomValue(double)
public static implicit operator ProfilingCustomValue(double value)
Parameters
value
double
Returns
implicit operator ProfilingCustomValue(int)
public static implicit operator ProfilingCustomValue(int value)
Parameters
value
int
Returns
implicit operator ProfilingCustomValue(long)
public static implicit operator ProfilingCustomValue(long value)
Parameters
value
long
Returns
implicit operator ProfilingCustomValue(float)
public static implicit operator ProfilingCustomValue(float value)
Parameters
value
float