Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(975, "MovieReconstructedCamera", 72)]
|
||||
public struct MovieReconstructedCamera {
|
||||
[DNAFieldAttribute(0, "int", "framenr", "int", 4, false, 0)]
|
||||
public class MovieReconstructedCamera {
|
||||
[DNAFieldAttribute(4, "int", 0, "framenr", "int", false, 0)]
|
||||
public int framenr;
|
||||
[DNAFieldAttribute(1, "float", "error", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "error", "float", false, 4)]
|
||||
public float error;
|
||||
[DNAFieldAttribute(2, "float", "mat[4][4]", "System.Single[,]", 64, false, 8)]
|
||||
[DNAFieldAttribute(64, "float", 2, "mat[4][4]", "System.Single[,]", false, 8)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
public MovieReconstructedCamera() {
|
||||
this.framenr = default;
|
||||
|
||||
Reference in New Issue
Block a user