public interface IActionV2
限定符和类型 | 方法和说明 |
---|---|
void |
AliceHeadDown()
Alice moves her head up down
|
void |
AliceHeadHReset()
已过时。
The latest Alice robots don't support it
|
void |
AliceHeadLeft()
已过时。
The latest Alice robots don't support it
|
void |
AliceHeadRight()
已过时。
The latest Alice robots don't support it
|
void |
AliceHeadUp()
Alice moves her head up
|
void |
AliceLeftArmDown()
Alice put her left arm down
|
void |
AliceLeftArmUp()
Alice raises her left arm
|
void |
AliceRightArmDown()
Alice put her right arm down
|
void |
AliceRightArmUp()
Alice raises her right arm
|
void |
SnowDoubleArmSwing(int count)
Snow waves her double arms
|
void |
SnowLeftArmSwing(int count)
Snow waves her left arm
|
void |
SnowRightArmSwing(int count)
Snow waves her right arm
|
void AliceHeadUp()
void AliceHeadDown()
void AliceHeadLeft()
void AliceHeadRight()
void AliceHeadHReset()
void AliceLeftArmUp()
void AliceLeftArmDown()
void AliceRightArmUp()
void AliceRightArmDown()
void SnowLeftArmSwing(int count)
count
- waves count from = 0, to = 20void SnowRightArmSwing(int count)
count
- waves count from = 0, to = 20void SnowDoubleArmSwing(int count)
count
- waves count from = 0, to = 20