Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

NinePartDrawable

Classes

Class: NinePartDrawable

Extends DrawableDDS

NinePartDrawable

A NinePartDrawable is 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 invisibletrue to make the part invisible, false to make it visible.

@param part — The part to set as invisible. (min: 0, max: 8)