Regenerated codefiles
This commit is contained in:
@@ -15,36 +15,36 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(146, "CameraBGImage", 104)]
|
||||
public class CameraBGImage {
|
||||
[DNAFieldAttribute(0, "CameraBGImage", "*next", "CameraBGImage", 8, true, 0)]
|
||||
public CameraBGImage ptr_next;
|
||||
[DNAFieldAttribute(1, "CameraBGImage", "*prev", "CameraBGImage", 8, true, 8)]
|
||||
public CameraBGImage ptr_prev;
|
||||
[DNAFieldAttribute(2, "Image", "*ima", "Image", 8, true, 16)]
|
||||
public Image ptr_ima;
|
||||
[DNAFieldAttribute(3, "ImageUser", "iuser", "ImageUser", 40, false, 24)]
|
||||
[DNAFieldAttribute(8, "CameraBGImage", 0, "*next", "CameraBGImage", true, 0)]
|
||||
public CameraBGImage next;
|
||||
[DNAFieldAttribute(8, "CameraBGImage", 1, "*prev", "CameraBGImage", true, 8)]
|
||||
public CameraBGImage prev;
|
||||
[DNAFieldAttribute(8, "Image", 2, "*ima", "Image", true, 16)]
|
||||
public Image ima;
|
||||
[DNAFieldAttribute(40, "ImageUser", 3, "iuser", "ImageUser", false, 24)]
|
||||
public ImageUser iuser;
|
||||
[DNAFieldAttribute(4, "MovieClip", "*clip", "MovieClip", 8, true, 64)]
|
||||
public MovieClip ptr_clip;
|
||||
[DNAFieldAttribute(5, "MovieClipUser", "cuser", "MovieClipUser", 8, false, 72)]
|
||||
[DNAFieldAttribute(8, "MovieClip", 4, "*clip", "MovieClip", true, 64)]
|
||||
public MovieClip clip;
|
||||
[DNAFieldAttribute(8, "MovieClipUser", 5, "cuser", "MovieClipUser", false, 72)]
|
||||
public MovieClipUser cuser;
|
||||
[DNAFieldAttribute(6, "float", "offset[2]", "System.Single[]", 8, false, 80)]
|
||||
[DNAFieldAttribute(8, "float", 6, "offset[2]", "System.Single[]", false, 80)]
|
||||
public float[] offset = new System.Single[2];
|
||||
[DNAFieldAttribute(7, "float", "scale", "float", 4, false, 88)]
|
||||
[DNAFieldAttribute(4, "float", 7, "scale", "float", false, 88)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(8, "float", "rotation", "float", 4, false, 92)]
|
||||
[DNAFieldAttribute(4, "float", 8, "rotation", "float", false, 92)]
|
||||
public float rotation;
|
||||
[DNAFieldAttribute(9, "float", "alpha", "float", 4, false, 96)]
|
||||
[DNAFieldAttribute(4, "float", 9, "alpha", "float", false, 96)]
|
||||
public float alpha;
|
||||
[DNAFieldAttribute(10, "short", "flag", "short", 2, false, 100)]
|
||||
[DNAFieldAttribute(2, "short", 10, "flag", "short", false, 100)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(11, "short", "source", "short", 2, false, 102)]
|
||||
[DNAFieldAttribute(2, "short", 11, "source", "short", false, 102)]
|
||||
public short source;
|
||||
public CameraBGImage() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.ptr_ima = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.ima = default;
|
||||
this.iuser = default;
|
||||
this.ptr_clip = default;
|
||||
this.clip = default;
|
||||
this.cuser = default;
|
||||
this.offset = default;
|
||||
this.scale = default;
|
||||
@@ -53,12 +53,12 @@ namespace BlendFile.DNA {
|
||||
this.flag = default;
|
||||
this.source = default;
|
||||
}
|
||||
public CameraBGImage(CameraBGImage ptr_next, CameraBGImage ptr_prev, Image ptr_ima, ImageUser iuser, MovieClip ptr_clip, MovieClipUser cuser, float[] offset, float scale, float rotation, float alpha, short flag, short source) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_ima = ptr_ima;
|
||||
public CameraBGImage(CameraBGImage next, CameraBGImage prev, Image ima, ImageUser iuser, MovieClip clip, MovieClipUser cuser, float[] offset, float scale, float rotation, float alpha, short flag, short source) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.ima = ima;
|
||||
this.iuser = iuser;
|
||||
this.ptr_clip = ptr_clip;
|
||||
this.clip = clip;
|
||||
this.cuser = cuser;
|
||||
this.offset = offset;
|
||||
this.scale = scale;
|
||||
|
||||
Reference in New Issue
Block a user