Regenerated codefiles
This commit is contained in:
@@ -14,22 +14,22 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(626, "NodeTonemap", 32)]
|
||||
public struct NodeTonemap {
|
||||
[DNAFieldAttribute(0, "float", "key", "float", 4, false, 0)]
|
||||
public class NodeTonemap {
|
||||
[DNAFieldAttribute(4, "float", 0, "key", "float", false, 0)]
|
||||
public float key;
|
||||
[DNAFieldAttribute(1, "float", "offset", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "offset", "float", false, 4)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(2, "float", "gamma", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "float", 2, "gamma", "float", false, 8)]
|
||||
public float gamma;
|
||||
[DNAFieldAttribute(3, "float", "f", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 3, "f", "float", false, 12)]
|
||||
public float f;
|
||||
[DNAFieldAttribute(4, "float", "m", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 4, "m", "float", false, 16)]
|
||||
public float m;
|
||||
[DNAFieldAttribute(5, "float", "a", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 5, "a", "float", false, 20)]
|
||||
public float a;
|
||||
[DNAFieldAttribute(6, "float", "c", "float", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "float", 6, "c", "float", false, 24)]
|
||||
public float c;
|
||||
[DNAFieldAttribute(7, "int", "type", "int", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "int", 7, "type", "int", false, 28)]
|
||||
public int type;
|
||||
public NodeTonemap() {
|
||||
this.key = default;
|
||||
|
||||
Reference in New Issue
Block a user