TryGetControllerForInteractor
(
interactor
, controller
)
|
Retrieves the IController, if there is one, with which an IInteractorView has been associated using Context decoration.
Signature
static bool Oculus.Interaction.InteractorControllerDecorator.TryGetControllerForInteractor(IInteractorView interactor, out IController controller) Parameters Returns boolÂ
True if controller was populated with a valid associated IController, false otherwise.
|