Property | Type | Description | |
---|---|---|---|
components | object>.Dictionary |
Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
Inject ( UnityEngine.MonoBehaviour target ) : void | ||
InjectObject ( object target ) : void | ||
ReplaceComponent ( newComponent ) : void | ||
Resolve ( ) : T |
Method | Description | |
---|---|---|
CreateComponent ( Type, type ) : object | ||
GetFields ( Type, type ) : FieldInfo[], | ||
GetInjectFields ( Type, type ) : FieldInfo[], | ||
HasInjectAttribute ( MemberInfo, member ) : bool | ||
Resolve ( Type type ) : object |
public static Inject ( UnityEngine.MonoBehaviour target ) : void | ||
target | UnityEngine.MonoBehaviour | |
return | void |
public static InjectObject ( object target ) : void | ||
target | object | |
return | void |
public static ReplaceComponent ( newComponent ) : void | ||
return | void |