Inventory Engine v4.2
Loading...
Searching...
No Matches
MoreMountains.Tools.MMInputExecution Class Reference

A simple class used to bind target keys to specific events to trigger when the key is pressed or released. More...

Inherits MonoBehaviour.

Public Attributes

List< MMInputExecutionBindingBindings
 a list of bindings

Protected Member Functions

virtual void Update ()
 On update we process our input.
virtual void HandleInput ()
 Parses all bindings and asks them to trigger events if needed.

Detailed Description

A simple class used to bind target keys to specific events to trigger when the key is pressed or released.

Member Function Documentation

◆ HandleInput()

virtual void MoreMountains.Tools.MMInputExecution.HandleInput ( )
protectedvirtual

Parses all bindings and asks them to trigger events if needed.

◆ Update()

virtual void MoreMountains.Tools.MMInputExecution.Update ( )
protectedvirtual

On update we process our input.

Member Data Documentation

◆ Bindings

List<MMInputExecutionBinding> MoreMountains.Tools.MMInputExecution.Bindings

a list of bindings


The documentation for this class was generated from the following file: