コード例 #1
0
 [DllImport("abci")] static extern void aiSchemaUpdateSample(IntPtr schema, ref aiSampleSelector ss);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern aiSample   aiSchemaGetSample(aiSchema schema, ref aiSampleSelector ss);
コード例 #3
0
 public void UpdateSample(ref aiSampleSelector ss)
 {
     aiSchemaUpdateSample(self, ref ss);
 }
コード例 #4
0
 [DllImport("AlembicImporter")] public static extern aiSample   aiSchemaUpdateSample(aiSchema schema, ref aiSampleSelector ss);