示例#1
0
 public static extern unsafe int HLVR_Event_SetUInt32s(HLVR_Event *eventData, HLVR_EventKey key, [In, Out] UInt32[] values, uint length);
示例#2
0
 public static extern unsafe int HLVR_Event_SetFloat(HLVR_Event *eventData, HLVR_EventKey key, float value);
示例#3
0
 public static extern unsafe int HLVR_Event_SetInt(HLVR_Event *eventData, HLVR_EventKey key, int value);
 public static extern unsafe int HLVR_Event_SetUInt32(HLVR_Event *eventData, HLVR_EventKey key, UInt32 value);