oddgames / UIToolkit

Single draw call UI solution for Unity with multi resolution support and more.
518 stars 153 forks source link

Middle image tiling in UIVerticalPanel #139

Open TM-PD opened 11 years ago

TM-PD commented 11 years ago

The middle image for UIVerticalPanel is stretching for now. will it be better to have a tiling option for that ?

TM-PD commented 11 years ago

Tiling a background image in UIBackgroundLayout

Also is there any way to set bounds(scale down/up) of a particular panel/sprite with respect to screen size. like if i want a panel to start from 0.1%( of screen size) from top and left and end at 0.9% from bottom and right with poly scaled and texture applied (scaling the polygon size with respect to screen in orthographic space)