unity-atoms/website/sidebars.json
Adam Ramberg 70f8130797
Debug events by displaying stack traces for events (#159)
* Add stack trace toggled via user prefs

* Add docs regarding preferences

* Rename color getter functions

* Fix minior order of execution bug

* Use GUID + improved styling of detailed stack view

* - Changed the AddStackTrace method to be conditional (from one of your initial suggestions).
- Removed the implicit conversion operator in StackTraceEntry and is instead using ToString explicitly when needed.
- Improved implementation of GetFirstLine
- Simplified Equals implementation of the StackTraceEntry class
2020-06-06 22:19:07 +02:00

38 lines
964 B
JSON
Executable File

{
"docs": {
"Introduction": [
"introduction/quick-start",
"introduction/overview",
"introduction/basic-tutorial",
"introduction/generator",
"introduction/unirx",
"introduction/advanced-example",
"introduction/preferences"
],
"API Reference": [
"api/unityatoms",
"api/unityatoms.editor",
"api/unityatoms.baseatoms",
"api/unityatoms.baseatoms.editor",
"api/unityatoms.fsm",
"api/unityatoms.fsm.editor",
"api/unityatoms.mobile",
"api/unityatoms.mobile.editor",
"api/unityatoms.monohooks",
"api/unityatoms.scenemgmt",
"api/unityatoms.scenemgmt.editor",
"api/unityatoms.tags",
"api/unityatoms.ui"
],
"Subpackages": [
"subpackages/base-atoms",
"subpackages/fsm",
"subpackages/mobile",
"subpackages/mono-hooks",
"subpackages/scene-mgmt",
"subpackages/tags",
"subpackages/ui"
]
}
}