API reference

SecondaryInteractorConnection Class

Extends MonoBehaviour
Associates a primary interactor to this GameObject.

Properties

PrimaryInteractor : IInteractorView
[Get]
Signature
IInteractorView PrimaryInteractor
SecondaryInteractor : IInteractorView
[Get]
Signature
IInteractorView SecondaryInteractor

Protected Methods

Awake ()
Signature
virtual void Awake()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void

Methods

InjectAllSecondaryInteractorConnection ( primaryInteractor , secondaryInteractor )
Signature
void InjectAllSecondaryInteractorConnection(IInteractorView primaryInteractor, IInteractorView secondaryInteractor)
Parameters
primaryInteractor: IInteractorView
secondaryInteractor: IInteractorView
Returns
void
InjectPrimaryInteractor ( interactorView )
Signature
void InjectPrimaryInteractor(IInteractorView interactorView)
Parameters
interactorView: IInteractorView
Returns
void
InjectSecondaryInteractorConnection ( interactorView )
Signature
void InjectSecondaryInteractorConnection(IInteractorView interactorView)
Parameters
interactorView: IInteractorView
Returns
void