コード例 #1
0
 [DllImport("AlembicImporter")] public static extern void       aiSetConfig(aiContext ctx, ref aiConfig conf);
コード例 #2
0
 public void SetConfig(ref aiConfig conf)
 {
     updateJobHandle.Complete();
     context.SetConfig(ref conf);
 }