docs: update TOC
parent
f07527cd06
commit
07cccfddd6
26
README.md
26
README.md
|
@ -8,19 +8,19 @@ Provides an efficient async/await integration to Unity.
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [UniTask](#unitask)
|
- [Getting started](#getting-started)
|
||||||
- [Getting started](#getting-started)
|
- [`UniTask<T>`](#unitaskt)
|
||||||
- [`UniTask<T>`](#unitaskt)
|
- [Cancellation and Exception handling](#cancellation-and-exception-handling)
|
||||||
- [Cancellation and Exception handling](#cancellation-and-exception-handling)
|
- [Progress](#progress)
|
||||||
- [Progress](#progress)
|
- [UniTaskTracker](#unitasktracker)
|
||||||
- [UniTaskTracker](#unitasktracker)
|
- [Reusable Promises](#reusable-promises)
|
||||||
- [Reusable Promises](#reusable-promises)
|
- [awaitable Events](#awaitable-events)
|
||||||
- [awaitable Events](#awaitable-events)
|
- [async void vs async UniTask/UniTaskVoid](#async-void-vs-async-unitaskunitaskvoid)
|
||||||
- [async void vs async UniTask/UniTaskVoid](#async-void-vs-async-unitaskunitaskvoid)
|
- [For Unit Testing](#for-unit-testing)
|
||||||
- [For Unit Testing](#for-unit-testing)
|
- [Method List](#method-list)
|
||||||
- [Method List](#method-list)
|
- [UPM Package](#upm-package)
|
||||||
- [UPM Package](#upm-package)
|
- [ECS, PlayerLoop](#ecs-playerloop)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue