updated generated files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(555, "MovieClip_RuntimeGPUTexture", 24)]
|
||||
[DNAClassAttribute(555, "MovieClip_RuntimeGPUTexture", 48)]
|
||||
public class MovieClip_RuntimeGPUTexture {
|
||||
[DNAFieldAttribute(8, "void", 0, "*next", "void", true, 0)]
|
||||
public object next;
|
||||
@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
|
||||
public object prev;
|
||||
[DNAFieldAttribute(8, "MovieClipUser", 2, "user", "MovieClipUser", false, 16)]
|
||||
public MovieClipUser user;
|
||||
[DNAArrayAttribute(0, "GPUTexture", 3, "*gputexture[3]", "GPUTexture[]", 3, 24)]
|
||||
[DNAArrayAttribute(24, "GPUTexture", 3, "*gputexture[3]", "GPUTexture[]", 3, true, 24)]
|
||||
public GPUTexture[] gputexture = new GPUTexture[3];
|
||||
public MovieClip_RuntimeGPUTexture() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user