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,10 +11,14 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class RigidBodyWorld_Shared {
[DNAFieldAttribute(0, "PointCache", "*pointcache", 1392)]
public PointCache ptr_pointcache;
[DNAFieldAttribute(1, "ListBase", "ptcaches", 16)]
public ListBase ptcaches;
[DNAFieldAttribute(2, "void", "*physics_world", 0)]
public object ptr_physics_world;
public RigidBodyWorld_Shared(PointCache ptr_pointcache, ListBase ptcaches, object ptr_physics_world) {
this.ptr_pointcache = ptr_pointcache;