Click or drag to resize
KeyBinding Constructor
Initializes a new instance of the KeyBinding class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public KeyBinding(
	ActionType actionType,
	ActionMapping defaultMapping
)

Parameters

actionType
Type: PlanetbaseActionType

[Missing <param name="actionType"/> documentation for "M:Planetbase.KeyBinding.#ctor(Planetbase.ActionType,Planetbase.ActionMapping)"]

defaultMapping
Type: PlanetbaseActionMapping

[Missing <param name="defaultMapping"/> documentation for "M:Planetbase.KeyBinding.#ctor(Planetbase.ActionType,Planetbase.ActionMapping)"]

See Also