![]() |
Thinkscroller Version 1.5
Reference Manual / API Documentation
|
Parallax manager interface type. More...
Public Member Functions | |
void | DoResetPosition () |
Resets the position of object layers. | |
void | DoResetPosition (Vector3 resetPosition) |
Resets the position of object layers. | |
void | DoScroll (float xScrollValue, float yScrollValue) |
Scrolls the parallax manager. | |
void | DoScroll (Vector2 scrollValue) |
Scrolls the parallax manager. | |
float | GetBaseSpeed () |
Gets the global base speed for parallax scrolling. | |
float | GetCameraAspectRatio () |
Gets the aspect ratio of the parallax camera viewport. | |
float | GetCameraHeight () |
Gets the height of the parallax camera viewport. | |
float | GetCameraWidth () |
Gets the width of the parallax camera viewport. | |
Camera | GetParallaxCamera () |
Gets the parallax camera. | |
ScrollConstraints | GetScrollConstraints () |
Gets the current scroll movement constriants. | |
void | RefreshLayers () |
Refreshes the scroll layers. | |
void | SetBaseSpeed (float baseSpeed) |
Sets the global base speed for parallax scrolling. | |
void | SetParallaxCamera (Camera parallaxCamera) |
Sets the parallax camera. | |
void | SetScrollConstraints (ScrollConstraints scrollConstraints) |
Sets the current scroll movement constraints. | |
Properties | |
bool | automatic [get, set] |
If true, the camera's viewport is set automatically. | |
bool | autoRefreshBillboards [get, set] |
If true, billboard meshes are automatically regenerated every LateUpdate(). | |
int | Length [get] |
The number of active scroll layers in the scene. | |
Vector2 | maxSize [get, set] |
If the camera viewport is not automatic, the maximum viewport size. | |
Vector2 | minSize [get, set] |
If the camera viewport is not automatic, the minimum viewport size. | |
ScrollLayer | this[int i] [get] |
The list of active scroll layers in the scene, ordered by weight. |
Parallax manager interface type.