jeffcampbellmakesgames / Entitas-Redux

An entity-component framework for Unity with code generation and visual debugging
MIT License
103 stars 13 forks source link

[FEATURE REQUEST] Rename `has` bool property on entities, context to `Has` #9

Closed jeffcampbellmakesgames closed 4 years ago

jeffcampbellmakesgames commented 4 years ago

Is your feature request related to a problem? Please describe. I recently noticed the code style was off for the hasX bool property on entities, contexts when it should reflect HasX to match the intended modern C# code style.

Describe the solution you'd like This property should be renamed in code-gen and updated in example content, unit tests.