blob: 64a8ffeb6320d649b5a50d29715e63fd881dba89 [file] [log] [blame]
{
"name": "StateMachineEvent",
"key": {
"int": 114,
"string": "statemachineevent"
},
"extends": "animation/state_machine_component.json",
"properties": {
"targetId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "0",
"key": {
"int": 224,
"string": "targetid"
},
"description": "Identifier used to track the object use as a target fo this event."
},
"eventTypeValue": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 225,
"string": "eventtypevalue"
},
"description": "Event type (hover, click, etc)."
}
}
}