コード例 #1
0
 [DllImport("abci")] static extern void aiPolyMeshGetSampleSummary(IntPtr sample, ref aiMeshSampleSummary dst);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern void       aiPolyMeshGetSampleSummary(aiSample sample, ref aiMeshSampleSummary summary, Bool forceRefresh);
コード例 #3
0
 public void GetSummary(ref aiMeshSampleSummary dst)
 {
     aiPolyMeshGetSampleSummary(self, ref dst);
 }
コード例 #4
0
 [DllImport("AlembicImporter")] public static extern void       aiPolyMeshGetSampleSummary(aiSample sample, ref aiMeshSampleSummary summary, bool forceRefresh);