Regenerated codefiles
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(555, "MovieClip_RuntimeGPUTexture", 48)]
|
||||
public class MovieClip_RuntimeGPUTexture {
|
||||
[DNAFieldAttribute(0, "void", "*next", "void", 8, true, 0)]
|
||||
public object ptr_next;
|
||||
[DNAFieldAttribute(1, "void", "*prev", "void", 8, true, 8)]
|
||||
public object ptr_prev;
|
||||
[DNAFieldAttribute(2, "MovieClipUser", "user", "MovieClipUser", 8, false, 16)]
|
||||
[DNAFieldAttribute(8, "void", 0, "*next", "void", true, 0)]
|
||||
public object next;
|
||||
[DNAFieldAttribute(8, "void", 1, "*prev", "void", true, 8)]
|
||||
public object prev;
|
||||
[DNAFieldAttribute(8, "MovieClipUser", 2, "user", "MovieClipUser", false, 16)]
|
||||
public MovieClipUser user;
|
||||
[DNAFieldAttribute(3, "GPUTexture", "*gputexture[3]", "GPUTexture[]", 24, true, 24)]
|
||||
public GPUTexture[] ptr_gputext = new GPUTexture[3];
|
||||
[DNAFieldAttribute(24, "GPUTexture", 3, "*gputexture[3]", "GPUTexture[]", true, 24)]
|
||||
public GPUTexture[] gputexture = new GPUTexture[3];
|
||||
public MovieClip_RuntimeGPUTexture() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.user = default;
|
||||
this.ptr_gputext = default;
|
||||
this.gputexture = default;
|
||||
}
|
||||
public MovieClip_RuntimeGPUTexture(object ptr_next, object ptr_prev, MovieClipUser user, GPUTexture[] ptr_gputext) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
public MovieClip_RuntimeGPUTexture(object next, object prev, MovieClipUser user, GPUTexture[] gputexture) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.user = user;
|
||||
this.ptr_gputext = ptr_gputext;
|
||||
this.gputexture = gputexture;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user