コード例 #1
0
 [DllImport("abci")] static extern void aiContextSetConfig(IntPtr ctx, ref aiConfig conf);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern void       aiSetConfig(aiContext ctx, ref aiConfig conf);
コード例 #3
0
 public void SetConfig(ref aiConfig conf)
 {
     aiContextSetConfig(self, ref conf);
 }
コード例 #4
0
 [DllImport("AlembicImporter")] public static extern void       aiSetConfig(aiContext ctx, ref aiConfig conf);