Regenerated codefiles
This commit is contained in:
@@ -14,24 +14,24 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(636, "ColorMapping", 816)]
|
||||
public struct ColorMapping {
|
||||
[DNAFieldAttribute(0, "ColorBand", "coba", "ColorBand", 776, false, 0)]
|
||||
public class ColorMapping {
|
||||
[DNAFieldAttribute(776, "ColorBand", 0, "coba", "ColorBand", false, 0)]
|
||||
public ColorBand coba;
|
||||
[DNAFieldAttribute(1, "float", "bright", "float", 4, false, 776)]
|
||||
[DNAFieldAttribute(4, "float", 1, "bright", "float", false, 776)]
|
||||
public float bright;
|
||||
[DNAFieldAttribute(2, "float", "contrast", "float", 4, false, 780)]
|
||||
[DNAFieldAttribute(4, "float", 2, "contrast", "float", false, 780)]
|
||||
public float contrast;
|
||||
[DNAFieldAttribute(3, "float", "saturation", "float", 4, false, 784)]
|
||||
[DNAFieldAttribute(4, "float", 3, "saturation", "float", false, 784)]
|
||||
public float saturation;
|
||||
[DNAFieldAttribute(4, "int", "flag", "int", 4, false, 788)]
|
||||
[DNAFieldAttribute(4, "int", 4, "flag", "int", false, 788)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(5, "float", "blend_color[3]", "System.Single[]", 12, false, 792)]
|
||||
[DNAFieldAttribute(12, "float", 5, "blend_color[3]", "System.Single[]", false, 792)]
|
||||
public float[] blend_color = new System.Single[3];
|
||||
[DNAFieldAttribute(6, "float", "blend_factor", "float", 4, false, 804)]
|
||||
[DNAFieldAttribute(4, "float", 6, "blend_factor", "float", false, 804)]
|
||||
public float blend_factor;
|
||||
[DNAFieldAttribute(7, "int", "blend_type", "int", 4, false, 808)]
|
||||
[DNAFieldAttribute(4, "int", 7, "blend_type", "int", false, 808)]
|
||||
public int blend_type;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false, 812)]
|
||||
[DNAFieldAttribute(4, "char", 8, "_pad[4]", "System.Char[]", false, 812)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public ColorMapping() {
|
||||
this.coba = default;
|
||||
|
||||
Reference in New Issue
Block a user