예제 #1
0
 [DllImport("abci")] static extern void aiSchemaUpdateSample(IntPtr schema, ref aiSampleSelector ss);
예제 #2
0
 [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);