| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl.motor |
| Modifier and Type | Method and Description |
|---|---|
Motor |
MotorDispenser.getMotor(ActivityDef activityDef,
int slot)
Resolve (find or create) a Motor instance for the slot specified.
|
Motor |
Motor.setAction(Action action)
Set the action on this motor.
|
Motor |
Motor.setInput(Input input)
Set the input on this motor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreMotor
ActivityMotor is a Runnable which runs in one of an activity's many threads.
|
| Modifier and Type | Method and Description |
|---|---|
Motor |
CoreMotorDispenser.getMotor(ActivityDef activityDef,
int slotId) |
Motor |
CoreMotor.setAction(Action action)
Set the action for this ActivityMotor.
|
Motor |
CoreMotor.setInput(Input input)
Set the input for this ActivityMotor.
|
Copyright © 2017. All rights reserved.