All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyGameEditor.InputDefiner Class Reference

Base class for Input Definers. An input definer is called when the Reset is called in plyGame Input Manager settings to define inputs. More...

Inherited by plyGameEditor.Action_InputDefiner, plyGameEditor.Camera3rdPerson_InputDefiner, plyGameEditor.CameraTopDown_InputDefiner, plyGameEditor.Player3rdPerson_InputDefiner, plyGameEditor.Player_InputDefiner, plyGameEditor.PlayerTopDown_InputDefiner, and plyGameEditor.PlayerTopDownNAV_InputDefiner.

Public Member Functions

virtual List< InputDefinitionDefineInput ()
 Overwrite to be called when it is time to define input. Should return a list of newly defined input to be added to main list of inputs. More...
 

Detailed Description

Base class for Input Definers. An input definer is called when the Reset is called in plyGame Input Manager settings to define inputs.

Member Function Documentation

virtual List<InputDefinition> plyGameEditor.InputDefiner.DefineInput ( )
virtual

Overwrite to be called when it is time to define input. Should return a list of newly defined input to be added to main list of inputs.