modesttree / Zenject

Dependency Injection Framework for Unity3D
MIT License
2.5k stars 273 forks source link

FromComponentOn haven't been described in documentation #253

Open UrbanNuke opened 2 years ago

UrbanNuke commented 2 years ago

Hi! Thanks for that awesome framework, I've just started to learn it.

I was looking for next functionality: I have gameObject on the scene with one script, and I'd like to bind that script into container from that gameobject. But in documentation, in "Construction Methods" part, exists only FromNewComponentOn.

And I was astonished, when my intellisense offered me FromComponentOn, that was what I looking for.

Guys, please fix that point.

With regards.