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