コード例 #1
0
 [DllImport(Abci.Lib)] public static extern void aeSetConfig(IntPtr ctx, AlembicExportOptions conf);
コード例 #2
0
 public void SetConfig(AlembicExportOptions conf)
 {
     NativeMethods.aeSetConfig(self, conf);
 }