- Action
-
- {
- const newAction = {
- id: currentAction.id,
- name: event.target.value,
- next: currentAction.next,
- start_delay: currentAction.start_delay,
- stop_delay: currentAction.stop_delay,
- poses: currentAction.poses,
- };
- updateActionsData(newAction);
- }}
- style={{ margin: 3, marginTop: 20, width: "60%" }}
- InputLabelProps={{
- shrink: true,
- }}
- />
- {
- const newAction = {
- id: currentAction.id,
- name: currentAction.name,
- next: event.target.value,
- start_delay: currentAction.start_delay,
- stop_delay: currentAction.stop_delay,
- poses: currentAction.poses,
- };
- updateActionsData(newAction);
- }}
- style={{ margin: 3, marginTop: 20, width: "30%" }}
- InputLabelProps={{
- shrink: true,
- }}
- />
-
-
-
-
-
-
-
-
-
-
}
- >
- Add Pose
-
-
}
- >
- Up
-
-
}
- >
- Down
-
-
-
-