Skip to content

Instantly share code, notes, and snippets.

@zaucy
Created June 25, 2023 01:31
Show Gist options
  • Save zaucy/4705e69a1de0d769b11607dceb6164af to your computer and use it in GitHub Desktop.
Save zaucy/4705e69a1de0d769b11607dceb6164af to your computer and use it in GitHub Desktop.
Keyword Description
required The action implementation runs on components marked as required and can read/write to them.
readonly The action implementation can only read data from components marked as readonly. Can only be used with the required.
include The action is run on entities with components marked as include but cannot read or write them.
exclude The action skips entities with components marked as exclude.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment