Click or drag to resize
KeyBindingManageraddMapping Method (ActionType, KeyCode, KeyCode)

[Missing <summary> documentation for "M:Planetbase.KeyBindingManager.addMapping(Planetbase.ActionType,UnityEngine.KeyCode,UnityEngine.KeyCode)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void addMapping(
	ActionType actionType,
	KeyCode key0,
	KeyCode key1
)

Parameters

actionType
Type: PlanetbaseActionType

[Missing <param name="actionType"/> documentation for "M:Planetbase.KeyBindingManager.addMapping(Planetbase.ActionType,UnityEngine.KeyCode,UnityEngine.KeyCode)"]

key0
Type: KeyCode

[Missing <param name="key0"/> documentation for "M:Planetbase.KeyBindingManager.addMapping(Planetbase.ActionType,UnityEngine.KeyCode,UnityEngine.KeyCode)"]

key1
Type: KeyCode

[Missing <param name="key1"/> documentation for "M:Planetbase.KeyBindingManager.addMapping(Planetbase.ActionType,UnityEngine.KeyCode,UnityEngine.KeyCode)"]

See Also