// Automatically generated by BlenderSharp at 22/01/2025 02:21:57 namespace BlendFile.DNA { public class bCameraSolverConstraint { public MovieClip ptr_clip; public int flag; public char[] _pad = new System.Char[4]; public bCameraSolverConstraint(MovieClip ptr_clip, int flag, char[] _pad) { this.ptr_clip = ptr_clip; this.flag = flag; this._pad = _pad; } } }