Click or drag to resize
KeyBindingManagergetCompositeAxis Method

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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public float getCompositeAxis(
	ActionType negativeAction,
	ActionType positiveAction
)

Parameters

negativeAction
Type: PlanetbaseActionType

[Missing <param name="negativeAction"/> documentation for "M:Planetbase.KeyBindingManager.getCompositeAxis(Planetbase.ActionType,Planetbase.ActionType)"]

positiveAction
Type: PlanetbaseActionType

[Missing <param name="positiveAction"/> documentation for "M:Planetbase.KeyBindingManager.getCompositeAxis(Planetbase.ActionType,Planetbase.ActionType)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Planetbase.KeyBindingManager.getCompositeAxis(Planetbase.ActionType,Planetbase.ActionType)"]

See Also