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.