//------------------------------------------------------------------------------ // // 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(267, "bGPDlayer_Runtime", 16)] public class bGPDlayer_Runtime { [DNAFieldAttribute(4, "int", 0, "icon_id", "int", false, 0)] public int icon_id; [DNAArrayAttribute(4, "char", 1, "_pad[4]", "System.Char[]", 4, 4)] public char[] _pad = new System.Char[4]; [DNAFieldAttribute(8, "bGPDlayer", 2, "*gpl_orig", "bGPDlayer", true, 8)] public bGPDlayer gpl_orig; public bGPDlayer_Runtime() { this.icon_id = default; this._pad = default; this.gpl_orig = default; } public bGPDlayer_Runtime(int icon_id, char[] _pad, bGPDlayer gpl_orig) { this.icon_id = icon_id; this._pad = _pad; this.gpl_orig = gpl_orig; } } }