Hi guys,
I hope you will give me urgent answer for my question, is meta good for performance?, Meta is amazing and great in different ways, it gives you abilities to extend or add features for your project without making a muss or changing your original project.
I'm using it with few objects or nodes but now I need it with hundreds of objects or nodes, some times i need to call these objects many times and check their meta, the question is: Is meta good for performance or not?
I use C#, so I need to do something like that many times on hundreds of nodes:
=============================
if(Node.HasMeta("Shield"))
sheild=(bool)Node.GetMeta("Shield);
Thank you