Version: 2021.3

ProfilerMarkerDataType

enumeration

切换到手册

描述

Options for the Profiler metadata type.

Used as a value of ProfilerMarkerData.Type field.

变量

Int32Signifies that ProfilerMarkerData.Ptr points to a value of type int.
UInt32Signifies that ProfilerMarkerData.Ptr points to a value of type uint.
Int64Signifies that ProfilerMarkerData.Ptr points to a value of type long.
UInt64Signifies that ProfilerMarkerData.Ptr points to a value of type ulong.
FloatSignifies that ProfilerMarkerData.Ptr points to a value of type float.
DoubleSignifies that ProfilerMarkerData.Ptr points to a value of type double.
String16Signifies that ProfilerMarkerData.Ptr points to a char*.
Blob8Signifies that ProfilerMarkerData.Ptr points to a raw byte array.