Esempio n. 1
0
 [DllImport("abci")] static extern void aiSchemaUpdateSample(IntPtr schema, ref aiSampleSelector ss);
Esempio n. 2
0
 [DllImport("abci")] public static extern aiSample   aiSchemaGetSample(aiSchema schema, ref aiSampleSelector ss);
Esempio n. 3
0
 public void UpdateSample(ref aiSampleSelector ss)
 {
     aiSchemaUpdateSample(self, ref ss);
 }
Esempio n. 4
0
 [DllImport("AlembicImporter")] public static extern aiSample   aiSchemaUpdateSample(aiSchema schema, ref aiSampleSelector ss);