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