On this pageInteractorMouse.GetInteractorComponentDeclaration#public T GetInteractorComponent()CopyDescription#Get a interactor component of a specific typeUsage#Exampleinteractor.GetInteractorComponent<MyComponentType>().InvokeMyMethod();Copy