public class RotateSceneInstruction extends PonderInstruction
| Constructor and Description |
|---|
RotateSceneInstruction(float xRot,
float yRot,
boolean relative) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
void |
tick(PonderScene scene) |
isBlocking, onScheduled, reset, simplepublic RotateSceneInstruction(float xRot,
float yRot,
boolean relative)
public boolean isComplete()
isComplete in class PonderInstructionpublic void tick(PonderScene scene)
tick in class PonderInstruction