Exemplo n.º 1
0
 public RESULT getPropertyInfo(ref int propertyindex, IntPtr propertyname, ref EVENTPROPERTY_TYPE type)
 {
     return FMOD_Event_GetPropertyInfo(eventraw, ref propertyindex, propertyname, ref type);
 }
Exemplo n.º 2
0
 private static extern RESULT FMOD_Event_GetPropertyInfo(IntPtr _event, ref int propertyindex, IntPtr propertyname, ref EVENTPROPERTY_TYPE type);