//------------------------------------------------------------------------------ // // 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(727, "NodeGeometrySeparateGeometry", 1)] public class NodeGeometrySeparateGeometry { [DNAFieldAttribute(1, "int8_t", 0, "domain", "int8_t", false, 0)] public sbyte domain; public NodeGeometrySeparateGeometry() { this.domain = default; } public NodeGeometrySeparateGeometry(sbyte domain) { this.domain = domain; } } }