BindFromHierarchy

It is called when a class that has an object in the scene. The object is searched in the scene where the container is located.

Sample uses:

container.BindFromHierarchy<Foo>();

Last updated