Added skip for pointer to functions, added int64_t compat type
This commit is contained in:
@@ -10,20 +10,16 @@
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:33:14
|
||||
// Automatically generated by BlenderSharp at 01/22/2025 16:57:57
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class SurfaceModifierData_Runtime {
|
||||
public float (ptr_vert_positions_prev)();
|
||||
public float (ptr_vert_velocities)();
|
||||
public Mesh ptr_mesh;
|
||||
public BVHTreeFromMesh ptr_bvhtree;
|
||||
public int cfra_prev;
|
||||
public int verts_num;
|
||||
public SurfaceModifierData_Runtime(float (ptr_vert_positions_prev)(), float (ptr_vert_velocities)(), Mesh ptr_mesh, BVHTreeFromMesh ptr_bvhtree, int cfra_prev, int verts_num) {
|
||||
this.(ptr_vert_positions_prev)() = (ptr_vert_positions_prev)();
|
||||
this.(ptr_vert_velocities)() = (ptr_vert_velocities)();
|
||||
public SurfaceModifierData_Runtime(Mesh ptr_mesh, BVHTreeFromMesh ptr_bvhtree, int cfra_prev, int verts_num) {
|
||||
this.ptr_mesh = ptr_mesh;
|
||||
this.ptr_bvhtree = ptr_bvhtree;
|
||||
this.cfra_prev = cfra_prev;
|
||||
|
||||
Reference in New Issue
Block a user