@Wire
public class CameraShakeSystem
extends com.artemis.BaseSystem
| Modifier and Type | Field and Description |
|---|---|
CameraSystem |
cameraSystem |
com.badlogic.gdx.math.Vector2 |
push |
float |
shake |
| Constructor and Description |
|---|
CameraShakeSystem() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processSystem() |
void |
push(float x,
float y) |
void |
shake(float pixels) |
public CameraSystem cameraSystem
public float shake
public com.badlogic.gdx.math.Vector2 push
Copyright © 2017. All rights reserved.