Update scene graph

This commit is contained in:
2026-01-26 13:59:33 +09:00
parent 06a150b899
commit 8df0b46960
18 changed files with 144 additions and 1602 deletions

View File

@@ -5,7 +5,7 @@ internal class AssetMeta
public Guid Guid
{
get;
internal set;
set;
}
public ImporterSettings? Settings
@@ -13,4 +13,4 @@ internal class AssetMeta
get;
set;
}
}
}