Regenerated codefiles
This commit is contained in:
@@ -14,18 +14,18 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(897, "GlowVars", 24)]
|
||||
public struct GlowVars {
|
||||
[DNAFieldAttribute(0, "float", "fMini", "float", 4, false, 0)]
|
||||
public class GlowVars {
|
||||
[DNAFieldAttribute(4, "float", 0, "fMini", "float", false, 0)]
|
||||
public float fMini;
|
||||
[DNAFieldAttribute(1, "float", "fClamp", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "fClamp", "float", false, 4)]
|
||||
public float fClamp;
|
||||
[DNAFieldAttribute(2, "float", "fBoost", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "float", 2, "fBoost", "float", false, 8)]
|
||||
public float fBoost;
|
||||
[DNAFieldAttribute(3, "float", "dDist", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 3, "dDist", "float", false, 12)]
|
||||
public float dDist;
|
||||
[DNAFieldAttribute(4, "int", "dQuality", "int", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "int", 4, "dQuality", "int", false, 16)]
|
||||
public int dQuality;
|
||||
[DNAFieldAttribute(5, "int", "bNoComp", "int", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "int", 5, "bNoComp", "int", false, 20)]
|
||||
public int bNoComp;
|
||||
public GlowVars() {
|
||||
this.fMini = default;
|
||||
|
||||
Reference in New Issue
Block a user