コード例 #1
0
ファイル: AbcAPI.cs プロジェクト: ashesphere/PettingAppliance
 [DllImport(Abci.Lib)] public static extern void aiPolyMeshGetSampleSummary(IntPtr sample, ref aiMeshSampleSummary dst);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: ashesphere/PettingAppliance
 public void GetSummary(ref aiMeshSampleSummary dst)
 {
     NativeMethods.aiPolyMeshGetSampleSummary(self, ref dst);
 }