Namespace: DeltaEngine.Editor.InputEditorAssembly: DeltaEngine.Editor.InputEditor (in DeltaEngine.Editor.InputEditor.dll) Version: 1.1.1.0 (1.1.1)
public void AddTrigger(
string commandName,
State touchState
)
public void AddTrigger(
string commandName,
State touchState
)
Public Sub AddTrigger (
commandName As String,
touchState As State
)
Public Sub AddTrigger (
commandName As String,
touchState As State
)
public:
void AddTrigger(
String^ commandName,
State touchState
)
public:
void AddTrigger(
String^ commandName,
State touchState
)
member AddTrigger :
commandName : string *
touchState : State -> unit
member AddTrigger :
commandName : string *
touchState : State -> unit