Commit 791a0e4
authored
Amend
# Objective
`AssetSaver` documentation currently insists that it is a mirror of
`AssetLoader` and encourages users to use it if they want to save
assets.
This is unfortunate, as `AssetSaver` currently isn't really set up to do
that without an awful lot of deeply weird hoop jumping, and thus serves
as a bit of a trap.
## Solution
Remove doc comments promoting `AssetSaver` for this purpose and add a
disclaimer noting that it does not do this - yet.
## Testing
## ShowcaseAssetSaver documentation (#22604)1 parent 2472949 commit 791a0e4
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments