示例#1
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpEndRender(otpInstance inst);
示例#2
0
 [DllImport("OpenToonzPlugin")] public static extern int         otpRenderDeferred(otpInstance inst, double frame, int id);
示例#3
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpBeginRender(otpInstance inst, int width, int height);
示例#4
0
 [DllImport("OpenToonzPlugin")] public static extern Bool        otpRender(otpInstance inst, double frame);
示例#5
0
 // return result image. user *should not* otpImageDestroy() returned image
 [DllImport("OpenToonzPlugin")] public static extern otpImage    otpGetDstImage(otpInstance inst);
示例#6
0
 [DllImport("OpenToonzPlugin")] public static extern otpParam    otpGetParamByName(otpInstance inst, string name);
示例#7
0
 [DllImport("OpenToonzPlugin")] public static extern otpParam    otpGetParam(otpInstance inst, int i);
示例#8
0
 [DllImport("OpenToonzPlugin")] public static extern int         otpGetNumParams(otpInstance inst);
示例#9
0
 [DllImport("OpenToonzPlugin")] public static extern void        otpDestroyInstance(otpInstance inst);