Version: 2021.2
언어: 한국어

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.