Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct FMod_FunctionGenerator {
|
||||
[DNAFieldAttribute(0, "float", "amplitude", 4)]
|
||||
public float amplitude;
|
||||
[DNAFieldAttribute(1, "float", "phase_multiplier", 4)]
|
||||
public float phase_multiplier;
|
||||
[DNAFieldAttribute(2, "float", "phase_offset", 4)]
|
||||
public float phase_offset;
|
||||
[DNAFieldAttribute(3, "float", "value_offset", 4)]
|
||||
public float value_offset;
|
||||
[DNAFieldAttribute(4, "int", "type", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(5, "int", "flag", 4)]
|
||||
public int flag;
|
||||
public FMod_FunctionGenerator(float amplitude, float phase_multiplier, float phase_offset, float value_offset, int type, int flag) {
|
||||
this.amplitude = amplitude;
|
||||
|
||||
Reference in New Issue
Block a user