sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.08k stars 1.11k forks source link

I use vs. If I add attribute[Game] then print "public", it links me to "PublicMemberInfoEntityExtension"(namespace Entitas). Is that sth I can do to avoid this? #974

Closed atkdefender closed 2 years ago

atkdefender commented 3 years ago

I use vs. If I add attribute[Game] then print "public", it links me to "PublicMemberInfoEntityExtension"(namespace Entitas). Is that sth I can do to avoid this?

sschmid commented 2 years ago

Do you mean VS auto completion, like this

[Game]
publ       <---- start writing public results in 'PublicMemberInfoEntityExtension'?

is that what you mean?

If so, not sure if you can change that. I can recommend using templates for components though