Class InputModuleComponentFactory
Inheritance
InputModuleComponentFactory
Assembly: UnityEditor.UI.dll
public static class InputModuleComponentFactory
Properties
Declaration
public static InputModuleComponentFactory.AddInputModuleComponentDelegate InputModuleComponentOverride { get; }
Property Value
Methods
Declaration
public static BaseInputModule AddInputModule(GameObject gameObject)
Parameters
| Type |
Name |
Description |
| GameObject |
gameObject |
|
Returns
Declaration
public static void SetInputModuleComponentOverride(InputModuleComponentFactory.AddInputModuleComponentDelegate addInputModuleComponentOverride)
Parameters