Added handling of pointers, huge memory improvements
This commit is contained in:
7
BlendFile/FileInfoExt.cs
Normal file
7
BlendFile/FileInfoExt.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace BlendFile;
|
||||
|
||||
public static class FileInfoExt {
|
||||
static bool IsFieldPointer(this FieldInfo field) => field.GetCustomAttribute<DNAFieldAttribute>()!.IsPointer;
|
||||
}
|
||||
Reference in New Issue
Block a user