Skip to content

Commit 427251f

Browse files
committed
Update readme with aspect command
1 parent f91564e commit 427251f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Coding in Unity DOTS indroduces new boilerplate that needs to be remembered. Fro
3434
| dcj | Create a Unity DOTS Job (no `using Unity.Entities` added with this command, for it is likely added to a System file & not standalone) |
3535
| dcb | Create a Unity DOTS component baker & its authoring monobehavior class |
3636
| dcbd | Create a Unity DOTS component baker referencing another data source (i.e. mesh, gameObject, scriptable obj...) |
37+
| dca | Create a Unity DOTS aspect (used to group related components) |
3738

3839
### Naming Convention
3940
The commands above all begin with dc standing for "Dots Create ..." which means you can always just type dc and use the dropdown to find or read more about any command. For example, `dcsc` stands for Dots Create Shared Component.

0 commit comments

Comments
 (0)