[DllImport("AlembicImporter")] public static extern aiObject   aiGetTopObject(aiContext ctx);
Example #2
0
 public SafeContext(aiContext c)
 {
     context         = c;
     updateJobHandle = new JobHandle();
 }
 [DllImport("AlembicImporter")] public static extern bool       aiLoad(aiContext ctx, string path);
 [DllImport("AlembicImporter")] public static extern float      aiGetEndTime(aiContext ctx);
 [DllImport("AlembicImporter")] public static extern void       aiDestroyContext(aiContext ctx);
Example #6
0
 [DllImport("AlembicImporter")] public static extern void       aiUpdateSamplesEnd(aiContext ctx);
Example #7
0
 [DllImport("AlembicImporter")] public static extern void       aiUpdateSamplesBegin(aiContext ctx, float time);
Example #8
0
 [DllImport("AlembicImporter")] public static extern void       aiDestroyObject(aiContext ctx, aiObject obj);
Example #9
0
 [DllImport("AlembicImporter")] public static extern void       aiSetConfig(aiContext ctx, ref aiConfig conf);