You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/0.10.0.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
## Summary
6
6
### Script Systems
7
7
Script Systems get an overhaul, now supporting:
8
-
- Parallelisation & Ordering against any other rust or script system
9
-
- Previously you could only order script systems against rust systems
10
-
- Parameterisation via `resource` and `query` builder functions
11
-
- Exclusive and non-exclusive script systems are permissible, setting `exclusive` on the builder will allow the system to access anything like normal, but it will mean the system cannot be paralellised
12
-
- Non-exclusive systems are only allowed to access the resources and queries they declared, this is why we can parallelise them like normal bevy systems
13
-
- The pre-declared resource references and query results are passed in as arguments to the provided system handler
8
+
- Parallelisation & Ordering against any other rust or script system
9
+
- Previously you could only order script systems against rust systems
10
+
- Parameterisation via `resource` and `query` builder functions
11
+
- Exclusive and non-exclusive script systems are permissible, setting `exclusive` on the builder will allow the system to access anything like normal, but it will mean the system cannot be paralellised
12
+
- Non-exclusive systems are only allowed to access the resources and queries they declared, this is why we can parallelise them like normal bevy systems
13
+
- The pre-declared resource references and query results are passed in as arguments to the provided system handler
0 commit comments