Class InputModuleComponentFactory
Inherited Members
Namespace: UnityEditor.EventSystems
Assembly: UnityEditor.UI.dll
Syntax
public static class InputModuleComponentFactory
Methods
AddInputModule(GameObject)
Declaration
public static BaseInputModule AddInputModule(GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
GameObject | gameObject |
Returns
Type | Description |
---|---|
BaseInputModule |
SetInputModuleComponentOverride(AddInputModuleComponentDelegate)
Declaration
public static void SetInputModuleComponentOverride(InputModuleComponentFactory.AddInputModuleComponentDelegate addInputModuleComponentOverride)
Parameters
Type | Name | Description |
---|---|---|
InputModuleComponentFactory.AddInputModuleComponentDelegate | addInputModuleComponentOverride |