C# Class Protogame.FromParentAttribute

Specifies that the injected argument should be found from the parent's scope. The parent of this object is the one injecting it, thus this allows you to search or depend on other services laterally in the hierarchy.
Inheritance: Protoinject.ScopeAttribute
Afficher le fichier Open project: RedpointGames/Protogame