regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(82, "FMod_FunctionGenerator")]
|
||||
public struct FMod_FunctionGenerator {
|
||||
[DNAFieldAttribute(0, "float", "amplitude", 4)]
|
||||
[DNAFieldAttribute(0, "float", "amplitude", "float", 4)]
|
||||
public float amplitude;
|
||||
[DNAFieldAttribute(1, "float", "phase_multiplier", 4)]
|
||||
[DNAFieldAttribute(1, "float", "phase_multiplier", "float", 4)]
|
||||
public float phase_multiplier;
|
||||
[DNAFieldAttribute(2, "float", "phase_offset", 4)]
|
||||
[DNAFieldAttribute(2, "float", "phase_offset", "float", 4)]
|
||||
public float phase_offset;
|
||||
[DNAFieldAttribute(3, "float", "value_offset", 4)]
|
||||
[DNAFieldAttribute(3, "float", "value_offset", "float", 4)]
|
||||
public float value_offset;
|
||||
[DNAFieldAttribute(4, "int", "type", 4)]
|
||||
[DNAFieldAttribute(4, "int", "type", "int", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(5, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
public FMod_FunctionGenerator() {
|
||||
this.amplitude = default;
|
||||
|
||||
Reference in New Issue
Block a user