Parallax manager component.
The parallax manager manages all of the scroll layers in the scene. Only one parallax manager can be in a scene at a time. Parallax managers are responsible for the global properties and the global update cycle.
Overview
The Parallax Manager component manages all of the scroll layers in a scene. Only one parallax manager can be in a scene at a time.
- See also:
- ThinksquirrelSoftware.Thinkscroller.Parallax
Properties
- Main
- Camera - The camera to use for auto-billboards, and to determine scroll weights.
- Scroll Axes - The axes to scroll (in camera space).
- Base Speed - The base speed for all calculations. Modify this value to speed up and slow down the entire scene.
- Automatic - If enabled, pixel-perfect layers will resize based on the camera's pixel height.
- Min/Max Size - If automatic is disabled, pixel-perfect layers will clamp to the minimum and maximum screen sizes. This is useful for keeping a constant scale with multiple-resolution targets.
- Auto-Refresh Meshes - If enabled, meshes will automatically refresh. It is recommended to disable this when targetting a platform with a single, set resolution.
- Set All Layers to Auto - This will make all layers use the automatic weight system.
- About Thinkscroller - Contains version information, and provides a link to rate Thinkscroller on the Asset Store.
Navigation