![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Very simple parralax scroller. More...
Public Attributes | |
Camera | scrollCamera |
The main camera that moves with character. More... | |
float | factor = 0.33f |
THow much the background moves with the camera. More... | |
Protected Attributes | |
Vector3 | lastCameraPosition |
The last camera position. More... | |
Very simple parralax scroller.
float PlatformerPro.SimpleParallax.factor = 0.33f |
THow much the background moves with the camera.
|
protected |
The last camera position.
Camera PlatformerPro.SimpleParallax.scrollCamera |
The main camera that moves with character.