Method GetInteractor
GetInteractor(int)
Gets an IUIInteractor from its corresponding Unity UI Pointer Id. This can be used to identify individual Interactors from the underlying UI Events.
Declaration
public IUIInteractor GetInteractor(int pointerId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | pointerId | A unique integer representing an object that can point at UI. |
Returns
| Type | Description |
|---|---|
| IUIInteractor | Returns the interactor associated with |