|  | 
| enum | ScaleMode { Manual, 
Fill
 } | 
|  | 
| enum | Align { None, 
Top, 
Middle, 
Bottom
 } | 
|  | 
|  | 
| void | SetDirty () | 
|  | 
| void | Cleanup () | 
|  | 
| void | Update () | 
|  | 
|  | 
| const float | ScrollSpeedMultiplier = 0.01f | 
|  | 
| Texture2D | texture | 
|  | 
| Color | tint = Color.white | 
|  | 
| Vector2 | scale = Vector2.one | 
|  | 
| ScaleMode | scaleMode | 
|  | 
| Align | align = Align.Middle | 
|  | 
| bool | repeatX = true | 
|  | 
| bool | repeatY = false | 
|  | 
| float | fillMarginLeft = -2 | 
|  | 
| bool | dontStretch = true | 
|  | 
| Vector2 | position = Vector2.zero | 
|  | 
| float | followSpeed = 1 | 
|  | 
| Vector2 | scrollSpeed | 
|  | 
| bool | ignoreTimeScale | 
|  | 
The documentation for this class was generated from the following file:
- Assets/Mad Level Manager/Scripts/Base/Background/MadLevelBackgroundLayer.cs