Skip to content

Commit 5169e0c

Browse files
authored
chore: Update 0.10.0.md
1 parent a8c016f commit 5169e0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release-notes/0.10.0.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
## Summary
66
### Script Systems
77
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
1414
e.g.:
1515

1616
```lua

0 commit comments

Comments
 (0)