//------------------------------------------------------------------------------ // // 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(693, "NodeGeometryMeshCone", 1)] public class NodeGeometryMeshCone { [DNAFieldAttribute(1, "uchar", 0, "fill_type", "uchar", false, 0)] public byte fill_type; public NodeGeometryMeshCone() { this.fill_type = default; } public NodeGeometryMeshCone(byte fill_type) { this.fill_type = fill_type; } } }