PrimaryInteractor
: IInteractorView
[Get] |
Signature
IInteractorView PrimaryInteractor |
SecondaryInteractor
: IInteractorView
[Get] |
Signature
IInteractorView SecondaryInteractor |
Awake
()
|
Signature
virtual void Awake() Returns void |
Start
()
|
Signature
virtual void Start() Returns void |
InjectAllSecondaryInteractorConnection
(
primaryInteractor
, secondaryInteractor
)
|
Signature
void InjectAllSecondaryInteractorConnection(IInteractorView primaryInteractor, IInteractorView secondaryInteractor) Parameters primaryInteractor: IInteractorViewsecondaryInteractor: IInteractorViewReturns void |
InjectPrimaryInteractor
(
interactorView
)
|
Signature
void InjectPrimaryInteractor(IInteractorView interactorView) Parameters interactorView: IInteractorViewReturns void |
InjectSecondaryInteractorConnection
(
interactorView
)
|
Signature
void InjectSecondaryInteractorConnection(IInteractorView interactorView) Parameters interactorView: IInteractorViewReturns void |