Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Improve bevy_ecs and bevy_app API docs where referenced by the new Bevy Book #2365
[Merged by Bors] - Improve bevy_ecs and bevy_app API docs where referenced by the new Bevy Book #2365
Changes from 17 commits
4d1040a
54954bc
6db1fce
b7436de
71f4541
62258d4
3d34f02
ba27b4f
862ccb3
cfe0755
043b31a
c1fc50b
f29e769
7c66d20
3f9d879
483f312
dad4c5e
c693223
ac52aa3
2cc360c
16f9a87
307ea91
348985f
5676e45
7e11aa1
2f8f7f9
94fee6c
78ce084
8f34675
7945a66
eaa4e72
f13dcb5
d517f57
083adf0
7610e8b
bafbda6
a72840b
ba506b9
132043e
54aa4ef
c7cdfd0
79ce84d
8b16e36
70373f7
58e1d30
2a9369a
681e2e9
5b8c8e9
0e1328d
5600265
db34dd4
0aa09d7
647c322
5363519
cc92352
5fa6f0a
4856db0
171b0a2
26794d9
84e78f2
549db69
565a69a
a9bc51e
2eb507a
0026994
bf94f67
9059588
9d334e8
ef830b6
696bbb4
76ab530
a705bfe
9bb6e1c
9482315
86dd7f7
eea7f53
20581b7
fc52b1b
6254589
293702d
7b2a818
5d15897
4ac95eb
8972641
865d722
9319ced
4594d13
933cc9f
0bdc8ab
57333e0
6c82809
14155ce
33c8a1c
c68dd21
d88b46a
c0eddb6
b7ae0c7
96a63aa
8c66a92
f3cedeb
eda2f90
788a817
358f825
7d3d8ce
8a4c679
5bd7d6a
26aaade
3372b7b
fad5a32
208377e
b9b33b5
e2bea20
6395011
230eff1
34b68b3
50fb8c9
0501747
ad87266
85caa4b
3d9a857
090e923
779e983
32c20be
de82c53
acaefb4
61395f7
bdfe0c2
cd2b9ba
6d30e1d
4d39725
e9b22fa
8ebf116
5e1bac1
b490df7
bc6ef67
ebbc6d2
96ff662
50578d7
637beb0
109c08f
762be6c
0136659
b5bb71a
1e6a53e
0997fe4
d740a96
757aa22
37b5b40
49f8e3d
f0ef44c
4c88e01
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An explanation of why you might want to do so would be appreciated.
IIRC it's used to enable reflection?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a quick "find references" and git blame it looks like it's primarily, if not solely, used for reflection. I don't feel extremely confident about what to add since I never used reflection directly.