|
My Project
|
Classes | |
| class | BrushTool |
| class | EraserTool |
| class | UIOffsets |
Public Types | |
| enum | Tool { Brush , Eraser , None } |
Public Member Functions | |
| void | OnDisable () |
| void | OnEnable () |
Public Attributes | |
| Tool | tool = Tool.Brush |
| Texture[] | toolIcons |
| Texture2D | colorCircleTex |
| Texture2D | clearDwatingIcon |
| Color | brushColor = Color.white |
| int | drawingTextureDownScalingRatio = 2 |
| GUISkin | gskin |
| UIOffsets | uIOffsets |
| float | canvasScaleRatio = 0.675f |
| Action | _OnDisable |
| Texture2D | baseTex |