Example #1
0
 static unsafe extern bool GetTextureCoordinates(out ItemsSafeHandle itemsHandle,
                                                 out float *items, out int itemCount);
Example #2
0
 static unsafe extern bool GetFaceValues(out ItemsSafeHandle itemsHandle,
                                         out ushort *items, StringBuilder str, out int faceCount);
Example #3
0
 private static unsafe extern bool ParseQuery(out ItemsSafeHandle itemsHandle,
                                              out CInterpMorf *items, out int itemCount, [MarshalAs(UnmanagedType.LPStr)] string query);
Example #4
0
 static unsafe extern bool GetNormals(out ItemsSafeHandle itemsHandle,
                                      out float *items, out int itemCount);
Example #5
0
 public static unsafe extern bool ReleaseItems(IntPtr pFFXINavClassObject, ItemsSafeHandle itemsHandle);
Example #6
0
 public static extern bool ReleaseItems(IntPtr pFfxiNavClassObject, ItemsSafeHandle itemsHandle);
Example #7
0
 private static extern unsafe bool Get_WayPoints(IntPtr pFFXINavClassObject, out ItemsSafeHandle itemsHandle, out ItemsSafeHandle itemsHandle2,
                                                 out double *xitems, out double *zitems, out int itemCount);
Example #8
0
 public static unsafe extern bool MarshalVector(IntPtr conn, out ItemsSafeHandle hItems, out char **ItemsData, out int ItemsCounter);
Example #9
0
 private static extern unsafe bool Get_WayPoints(out ItemsSafeHandle itemsHandle, out ItemsSafeHandle itemsHandle2,
                                                 out double *xitems, out double *zitems, out int itemCount);
Example #10
0
 private static unsafe extern bool ParseQuery(out ItemsSafeHandle itemsHandle,
     out CInterpMorf* items, out int itemCount, [MarshalAs(UnmanagedType.LPStr)] string query);
Example #11
0
 private static extern unsafe bool Get_m_points_Z(out ItemsSafeHandle itemsHandle,
                                                  out double *items, out int itemCount);