//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; namespace BlendFile.DNA { using BlendFile; [DNAClassAttribute(148, "MovieClip", 2568)] public class MovieClip { [DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)] public ID id; [DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)] public AnimData adt; [DNAFieldAttribute(16, "DrawDataList", 2, "drawdata", "DrawDataList", false, 216)] public DrawDataList drawdata; [DNAArrayAttribute(1024, "char", 3, "name[1024]", "System.Char[]", 1024, false, 232)] public char[] name = new System.Char[1024]; [DNAFieldAttribute(4, "int", 4, "source", "int", false, 1256)] public int source; [DNAFieldAttribute(4, "int", 5, "_pad", "int", false, 1260)] public int _pad; [DNAArrayAttribute(8, "int", 6, "lastsize[2]", "System.Int32[]", 2, false, 1264)] public int[] lastsize = new System.Int32[2]; [DNAFieldAttribute(4, "float", 7, "aspx", "float", false, 1272)] public float aspx; [DNAFieldAttribute(4, "float", 8, "aspy", "float", false, 1276)] public float aspy; [DNAFieldAttribute(8, "ImBufAnim", 9, "*anim", "ImBufAnim", true, 1280)] public ImBufAnim anim; [DNAFieldAttribute(8, "MovieClipCache", 10, "*cache", "MovieClipCache", true, 1288)] public MovieClipCache cache; [DNAFieldAttribute(8, "bGPdata", 11, "*gpd", "bGPdata", true, 1296)] public bGPdata gpd; [DNAFieldAttribute(384, "MovieTracking", 12, "tracking", "MovieTracking", false, 1304)] public MovieTracking tracking; [DNAFieldAttribute(8, "void", 13, "*tracking_context", "void", true, 1688)] public object tracking_context; [DNAFieldAttribute(776, "MovieClipProxy", 14, "proxy", "MovieClipProxy", false, 1696)] public MovieClipProxy proxy; [DNAFieldAttribute(4, "int", 15, "flag", "int", false, 2472)] public int flag; [DNAFieldAttribute(4, "int", 16, "len", "int", false, 2476)] public int len; [DNAFieldAttribute(4, "int", 17, "start_frame", "int", false, 2480)] public int start_frame; [DNAFieldAttribute(4, "int", 18, "frame_offset", "int", false, 2484)] public int frame_offset; [DNAFieldAttribute(64, "ColorManagedColorspaceSettings", 19, "colorspace_settings", "ColorManagedColorspaceSettings", false, 2488)] public ColorManagedColorspaceSettings colorspace_settings; [DNAFieldAttribute(16, "MovieClip_Runtime", 20, "runtime", "MovieClip_Runtime", false, 2552)] public MovieClip_Runtime runtime; public MovieClip() { this.id = default; this.adt = default; this.drawdata = default; this.name = default; this.source = default; this._pad = default; this.lastsize = default; this.aspx = default; this.aspy = default; this.anim = default; this.cache = default; this.gpd = default; this.tracking = default; this.tracking_context = default; this.proxy = default; this.flag = default; this.len = default; this.start_frame = default; this.frame_offset = default; this.colorspace_settings = default; this.runtime = default; } public MovieClip( ID id, AnimData adt, DrawDataList drawdata, char[] name, int source, int _pad, int[] lastsize, float aspx, float aspy, ImBufAnim anim, MovieClipCache cache, bGPdata gpd, MovieTracking tracking, object tracking_context, MovieClipProxy proxy, int flag, int len, int start_frame, int frame_offset, ColorManagedColorspaceSettings colorspace_settings, MovieClip_Runtime runtime) { this.id = id; this.adt = adt; this.drawdata = drawdata; this.name = name; this.source = source; this._pad = _pad; this.lastsize = lastsize; this.aspx = aspx; this.aspy = aspy; this.anim = anim; this.cache = cache; this.gpd = gpd; this.tracking = tracking; this.tracking_context = tracking_context; this.proxy = proxy; this.flag = flag; this.len = len; this.start_frame = start_frame; this.frame_offset = frame_offset; this.colorspace_settings = colorspace_settings; this.runtime = runtime; } } }