Added Generation Output
This commit is contained in:
18
BlendFile/DNA/AnimOverride.cs
Normal file
18
BlendFile/DNA/AnimOverride.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class AnimOverride {
|
||||
public AnimOverride ptr_next;
|
||||
public AnimOverride ptr_prev;
|
||||
public char ptr_rna_path;
|
||||
public int array_index;
|
||||
public float value;
|
||||
public AnimOverride(AnimOverride ptr_next, AnimOverride ptr_prev, char ptr_rna_path, int array_index, float value) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_rna_path = ptr_rna_path;
|
||||
this.array_index = array_index;
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user