Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,11 +11,16 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class Image_Runtime {
[DNAFieldAttribute(0, "void", "*cache_mutex", 0)]
public object ptr_cache_mutex;
[DNAFieldAttribute(1, "PartialUpdateRegister", "*partial_update_register", 0)]
public PartialUpdateRegister ptr_partial_update_register;
[DNAFieldAttribute(2, "PartialUpdateUser", "*partial_update_user", 0)]
public PartialUpdateUser ptr_partial_update_user;
[DNAFieldAttribute(3, "float", "backdrop_offset[2]", 4)]
public float[] backdrop_offset = new System.Single[2];
public Image_Runtime(object ptr_cache_mutex, PartialUpdateRegister ptr_partial_update_register, PartialUpdateUser ptr_partial_update_user, float[] backdrop_offset) {
this.ptr_cache_mutex = ptr_cache_mutex;