Method GetTimeToAutoDeselect
GetTimeToAutoDeselect(IXRInteractable)
Gets the number of seconds for which this interactor will keep the interactable selected before automatically deselecting it.
Declaration
protected override float GetTimeToAutoDeselect(IXRInteractable interactable)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRInteractable | interactable | The interactable to get the duration for. |
Returns
| Type | Description |
|---|---|
| float | Returns the number of seconds for which this Interactor will keep an Interactable selected before automatically deselecting it. |