//------------------------------------------------------------------------------ // // 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(514, "NodesModifierSettings", 8)] public class NodesModifierSettings { [DNAFieldAttribute(0, "IDProperty", "*properties", "IDProperty", 8, true, 0)] public IDProperty ptr_properties; public NodesModifierSettings() { this.ptr_properties = default; } public NodesModifierSettings(IDProperty ptr_properties) { this.ptr_properties = ptr_properties; } } }