폴더 정리

This commit is contained in:
logonkhi
2025-12-12 19:28:20 +09:00
parent 69ae8b22fd
commit ab86affa32
184 changed files with 61 additions and 72409 deletions

View File

@@ -64,9 +64,9 @@ public class AccordionSample : MonoBehaviour
IsExpanded = true,
LayoutType = AccordionItemLayoutType.Grid
};
sec2.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Images/lib_forklift_400x300", Tag = "preset_low" });
sec2.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Images/lib_pallet_400x300", Tag = "preset_medium" });
sec2.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Images/lib_worker_400x300", Tag = "preset_high" });
sec2.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Simulator/Images/lib_forklift_400x300", Tag = "preset_low" });
sec2.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Simulator/Images/lib_pallet_400x300", Tag = "preset_medium" });
sec2.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Simulator/Images/lib_worker_400x300", Tag = "preset_high" });
data.Sections.Add(sec2);
@@ -76,9 +76,9 @@ public class AccordionSample : MonoBehaviour
IsExpanded = true,
LayoutType = AccordionItemLayoutType.Grid
};
sec3.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Images/lib_forklift_400x300", Tag = "preset_low" });
sec3.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Images/lib_pallet_400x300", Tag = "preset_medium" });
sec3.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Images/lib_worker_400x300", Tag = "preset_high" });
sec3.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Simulator/Images/lib_forklift_400x300", Tag = "preset_low" });
sec3.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Simulator/Images/lib_pallet_400x300", Tag = "preset_medium" });
sec3.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Simulator/Images/lib_worker_400x300", Tag = "preset_high" });
data.Sections.Add(sec3);
var sec4 = new AccordionSectionData
@@ -87,9 +87,9 @@ public class AccordionSample : MonoBehaviour
IsExpanded = true,
LayoutType = AccordionItemLayoutType.Grid
};
sec4.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Images/lib_forklift_400x300", Tag = "preset_low" });
sec4.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Images/lib_pallet_400x300", Tag = "preset_medium" });
sec4.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Images/lib_worker_400x300", Tag = "preset_high" });
sec4.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Simulator/Images/lib_forklift_400x300", Tag = "preset_low" });
sec4.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Simulator/Images/lib_pallet_400x300", Tag = "preset_medium" });
sec4.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Simulator/Images/lib_worker_400x300", Tag = "preset_high" });
data.Sections.Add(sec4);
var sec5 = new AccordionSectionData
@@ -98,9 +98,9 @@ public class AccordionSample : MonoBehaviour
IsExpanded = true,
LayoutType = AccordionItemLayoutType.Grid
};
sec5.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Images/lib_forklift_400x300", Tag = "preset_low" });
sec5.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Images/lib_pallet_400x300", Tag = "preset_medium" });
sec5.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Images/lib_worker_400x300", Tag = "preset_high" });
sec5.Items.Add(new AccordionGridItemData { Caption = "Low", Image = "Simulator/Images/lib_forklift_400x300", Tag = "preset_low" });
sec5.Items.Add(new AccordionGridItemData { Caption = "Medium", Image = "Simulator/Images/lib_pallet_400x300", Tag = "preset_medium" });
sec5.Items.Add(new AccordionGridItemData { Caption = "High", Image = "Simulator/Images/lib_worker_400x300", Tag = "preset_high" });
data.Sections.Add(sec5);
if (accordionWindow != null)