| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl.action | |
| io.engineblock.activityimpl.motor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiPhaseAction
A continuing action can ask to be iterated within the cycle.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Motor.getAction() |
Action |
ActionDispenser.getAction(int slot)
Resolve (find or create) an Action instance for the slot specified.
|
| Modifier and Type | Method and Description |
|---|---|
Motor |
Motor.setAction(Action action)
Set the action on this motor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreAction |
| Modifier and Type | Method and Description |
|---|---|
Action |
CoreActionDispenser.getAction(int slot) |
| Modifier and Type | Method and Description |
|---|---|
Action |
CoreMotor.getAction() |
| Modifier and Type | Method and Description |
|---|---|
Motor |
CoreMotor.setAction(Action action)
Set the action for this ActivityMotor.
|
| Constructor and Description |
|---|
CoreMotor(ActivityDef activityDef,
long slotId,
Input input,
Action action)
Create an ActivityMotor.
|
Copyright © 2017. All rights reserved.