genaray / Arch.Extended

Extensions for Arch with some useful features like Systems, Source Generator and Utils.
Apache License 2.0
151 stars 35 forks source link

Source Gen Special Names #48

Closed martindevans closed 10 months ago

martindevans commented 10 months ago

Prepending @ in front of symbol names in source gen. Protects against using protected names (e.g. keywords) as variable names.

For example in my game this caused an error:

[Query]
private static void InitializeMass(in BaseMass @base, ref Mass mass)