Hey,
Currently I'm using a NinePatchRect
above a Button with a StyleBoxTexture
that uses a GradientTexture2D
(thanks, Goost). However, I would like to combine both these (an AtlasTexture
and a GradientTexture2D
) into one StyleBoxTexture
for ease of management/not littering NinePatchRect
s everywhere.
Is this even possible?
With hope, radzo73