unity-atoms/website/sidebars.json

30 lines
696 B
JSON
Raw Normal View History

2019-10-03 19:37:30 -04:00
{
"docs": {
"Introduction": [
"introduction/quick-start",
"introduction/overview",
"introduction/basic-tutorial",
"introduction/generator",
"introduction/unirx"
],
"API Reference": [
2019-10-14 20:08:41 -04:00
"api/unityatoms",
"api/unityatoms.editor",
2019-10-15 17:20:05 -04:00
"api/unityatoms.mobile",
"api/unityatoms.mobile.editor",
2019-10-15 19:43:51 -04:00
"api/unityatoms.monohooks",
2019-10-15 17:20:05 -04:00
"api/unityatoms.scenemgmt",
"api/unityatoms.scenemgmt.editor",
2019-10-14 21:07:22 -04:00
"api/unityatoms.tags",
2019-10-15 17:20:05 -04:00
"api/unityatoms.ui"
],
"Subpackages": [
"subpackages/mobile",
2019-10-15 19:43:51 -04:00
"subpackages/mono-hooks",
"subpackages/scene-mgmt",
"subpackages/tags",
"subpackages/ui"
]
}
2019-10-03 19:37:30 -04:00
}