private static extern void Internal_Create([Writable] EditorProjectAccess self);
 public EditorProjectAccess()
 {
     EditorProjectAccess.Internal_Create(this);
 }