Struct ProfilingCustomValue
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
public struct ProfilingCustomValue- Inherited Members
Fields
DoubleValue
public double DoubleValueField Value
FloatValue
public float FloatValueField Value
IntValue
public int IntValueField Value
LongValue
public long LongValueField Value
ValueType
public Type ValueTypeField Value
Methods
ToObject()
public readonly object ToObject()Returns
- object
Operators
implicit operator ProfilingCustomValue(double)
public static implicit operator ProfilingCustomValue(double value)Parameters
- valuedouble
Returns
implicit operator ProfilingCustomValue(int)
public static implicit operator ProfilingCustomValue(int value)Parameters
- valueint
Returns
implicit operator ProfilingCustomValue(long)
public static implicit operator ProfilingCustomValue(long value)Parameters
- valuelong
Returns
implicit operator ProfilingCustomValue(float)
public static implicit operator ProfilingCustomValue(float value)Parameters
- valuefloat