Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeTexBrick {
|
||||
[DNAFieldAttribute(0, "NodeTexBase", "base", 960)]
|
||||
public NodeTexBase @base;
|
||||
[DNAFieldAttribute(1, "int", "offset_freq", 4)]
|
||||
public int offset_freq;
|
||||
[DNAFieldAttribute(2, "int", "squash_freq", 4)]
|
||||
public int squash_freq;
|
||||
[DNAFieldAttribute(3, "float", "offset", 4)]
|
||||
public float offset;
|
||||
[DNAFieldAttribute(4, "float", "squash", 4)]
|
||||
public float squash;
|
||||
public NodeTexBrick(NodeTexBase @base, int offset_freq, int squash_freq, float offset, float squash) {
|
||||
this.@base = @base;
|
||||
|
||||
Reference in New Issue
Block a user