Table of Contents

Class FixedUpdateInput

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public class FixedUpdateInput
Inheritance
FixedUpdateInput

Methods

GetButton(string)

public bool GetButton(string buttonName)

Parameters

buttonName string

Returns

bool

GetButtonDown(string)

public bool GetButtonDown(string buttonName)

Parameters

buttonName string

Returns

bool

GetButtonUp(string)

public bool GetButtonUp(string buttonName)

Parameters

buttonName string

Returns

bool

GetKey(string)

public bool GetKey(string name)

Parameters

name string

Returns

bool

GetKey(KeyCode)

public bool GetKey(KeyCode key)

Parameters

key KeyCode

Returns

bool

GetKeyDown(string)

public bool GetKeyDown(string name)

Parameters

name string

Returns

bool

GetKeyDown(KeyCode)

public bool GetKeyDown(KeyCode key)

Parameters

key KeyCode

Returns

bool

GetKeyUp(string)

public bool GetKeyUp(string name)

Parameters

name string

Returns

bool

GetKeyUp(KeyCode)

public bool GetKeyUp(KeyCode key)

Parameters

key KeyCode

Returns

bool

GetMouseButton(int)

public bool GetMouseButton(int button)

Parameters

button int

Returns

bool

GetMouseButtonDown(int)

public bool GetMouseButtonDown(int button)

Parameters

button int

Returns

bool

GetMouseButtonUp(int)

public bool GetMouseButtonUp(int button)

Parameters

button int

Returns

bool