IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
Create a new action (alias of Modify) called "Set"
When setting variables (like session) should be able to do something like:
{
"_type": "Set",
"set": {
"$session.property": "bob",
},
"on": "touchUp"
}