public class ActionMap : ScriptableObject
Fields
Declaration
public static readonly string kDefaultNamespace
Field Value
Properties
Declaration
public List<InputAction> actions { get; set; }
Property Value
Type |
Description |
List<InputAction> |
|
Declaration
public List<ControlScheme> controlSchemes { get; set; }
Property Value
Type |
Description |
List<ControlScheme> |
|
Declaration
public Type customActionMapType { get; }
Property Value
Declaration
public string customNamespace { get; set; }
Property Value
Declaration
public Type mapType { get; set; }
Property Value
Methods
Declaration
public string GetCustomizations()
Returns
Declaration
public void RestoreCustomizations(string customizations)
Parameters
Type |
Name |
Description |
String |
customizations |
|
Declaration
public void RevertCustomizations()
Declaration
public void RevertCustomizations(ControlScheme controlScheme)
Parameters
Type |
Name |
Description |
ControlScheme |
controlScheme |
|
Declaration
public void SetMapTypeName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|