EnumsNineSliceModeOn this pageNineSliceModeThe NineSliceMode enum represents the different modes of a nine-slice object in the game.Definitionenum NineSliceMode { Repeat = 'repeat', Stretch = 'stretch',}Enum ValuesRepeat: The nine-slice object will repeat the image.Stretch: The nine-slice object will stretch the image.