unity-atoms/website/sidebars.json

38 lines
964 B
JSON
Raw Normal View History

2019-10-04 01:37:30 +02:00
{
"docs": {
"Introduction": [
"introduction/quick-start",
"introduction/overview",
"introduction/basic-tutorial",
"introduction/generator",
"introduction/unirx",
"introduction/advanced-example",
"introduction/preferences"
],
"API Reference": [
2019-10-15 02:08:41 +02:00
"api/unityatoms",
"api/unityatoms.editor",
2020-03-02 20:12:38 +01:00
"api/unityatoms.baseatoms",
"api/unityatoms.baseatoms.editor",
2020-03-22 00:35:21 +01:00
"api/unityatoms.fsm",
"api/unityatoms.fsm.editor",
2019-10-15 23:20:05 +02:00
"api/unityatoms.mobile",
"api/unityatoms.mobile.editor",
2019-10-16 01:43:51 +02:00
"api/unityatoms.monohooks",
2019-10-15 23:20:05 +02:00
"api/unityatoms.scenemgmt",
"api/unityatoms.scenemgmt.editor",
2019-10-15 03:07:22 +02:00
"api/unityatoms.tags",
2019-10-15 23:20:05 +02:00
"api/unityatoms.ui"
],
"Subpackages": [
2020-03-02 20:12:38 +01:00
"subpackages/base-atoms",
2020-03-22 00:35:21 +01:00
"subpackages/fsm",
"subpackages/mobile",
2019-10-16 01:43:51 +02:00
"subpackages/mono-hooks",
"subpackages/scene-mgmt",
"subpackages/tags",
"subpackages/ui"
]
}
2019-10-04 01:37:30 +02:00
}