Table of Contents

Struct ProfilingCustomValue

Namespace
Stride.Core.Diagnostics
Assembly
Stride.Core.dll
public struct ProfilingCustomValue
Inherited Members

Fields

DoubleValue

public double DoubleValue

Field Value

double

FloatValue

public float FloatValue

Field Value

float

IntValue

public int IntValue

Field Value

int

LongValue

public long LongValue

Field Value

long

ValueType

public Type ValueType

Field Value

Type

Methods

ToObject()

public object ToObject()

Returns

object

Operators

implicit operator ProfilingCustomValue(double)

public static implicit operator ProfilingCustomValue(double value)

Parameters

value double

Returns

ProfilingCustomValue

implicit operator ProfilingCustomValue(int)

public static implicit operator ProfilingCustomValue(int value)

Parameters

value int

Returns

ProfilingCustomValue

implicit operator ProfilingCustomValue(long)

public static implicit operator ProfilingCustomValue(long value)

Parameters

value long

Returns

ProfilingCustomValue

implicit operator ProfilingCustomValue(float)

public static implicit operator ProfilingCustomValue(float value)

Parameters

value float

Returns

ProfilingCustomValue