@JsType public class SmartScrollBlock extends Object
Constructor and Description |
---|
SmartScrollBlock(boolean x) |
Modifier and Type | Method and Description |
---|---|
String[] |
getDirs() |
boolean |
isDown() |
boolean |
isLeft() |
boolean |
isRight() |
boolean |
isUp() |
boolean |
isX() |
boolean |
isY() |
void |
setDirs(String[] dirs) |
void |
setDown(boolean down) |
void |
setLeft(boolean left) |
void |
setRight(boolean right) |
void |
setUp(boolean up) |
void |
setX(boolean x) |
void |
setY(boolean y) |
public SmartScrollBlock(boolean x)
@JsMethod public boolean isUp()
public void setUp(boolean up)
@JsMethod public boolean isDown()
public void setDown(boolean down)
@JsMethod public boolean isLeft()
public void setLeft(boolean left)
@JsMethod public boolean isRight()
public void setRight(boolean right)
@JsMethod public boolean isX()
public void setX(boolean x)
@JsMethod public boolean isY()
public void setY(boolean y)
Copyright © 2018. All rights reserved.