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 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