NinePartDrawable
Classes
Class: NinePartDrawable
Extends DrawableDDS
A
NinePartDrawableis a drawable that is split into nine sections for scalable UI elements. Individual parts can be made invisible to control rendering.
Method: SetOutlineInvisiblePart
(method) NinePartDrawable:SetOutlineInvisiblePart(invisible: boolean, part: number)
Sets the outline invisible part for the NinePartDrawable. Only works on one part at a time.
@param
invisible—trueto make the part invisible,falseto make it visible.@param
part— The part to set as invisible. (min:0, max:8)