Asset Library 기능 추가

This commit is contained in:
logonkhi
2025-09-26 18:08:07 +09:00
parent 52f60f3fc4
commit 607eb6a659
210 changed files with 46464 additions and 335667 deletions

View File

@@ -2203,8 +2203,8 @@ namespace SQLite4Unity3d
///
/// // 여러 ID를 차례로 삭제
/// int[] idsToDelete = { 2, 3, 4 };
/// foreach (int id in idsToDelete) {
/// db.Delete<Person>(id);
/// foreach (int Id in idsToDelete) {
/// db.Delete<Person>(Id);
/// }
/// </code>
/// </example>