[DllImport("AlembicImporter")] public static extern aiObject   aiGetTopObject(aiContext ctx);
示例#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);
示例#6
0
 [DllImport("AlembicImporter")] public static extern void       aiUpdateSamplesEnd(aiContext ctx);
示例#7
0
 [DllImport("AlembicImporter")] public static extern void       aiUpdateSamplesBegin(aiContext ctx, float time);
示例#8
0
 [DllImport("AlembicImporter")] public static extern void       aiDestroyObject(aiContext ctx, aiObject obj);
示例#9
0
 [DllImport("AlembicImporter")] public static extern void       aiSetConfig(aiContext ctx, ref aiConfig conf);