public bool HadCachedComponent(out T component), how to make it faster?
Some of end users calling multiple times TryGetComponent on my Target class.(Target class is attached to hundreds of targets)
Some of end users calling multiple times TryGetComponent on my Target class.(Target class is attached to hundreds of targets)