Settings for rounded box brush image.
local myOutlineSettings = OutlineSettings( Quat(4), Color.RED, 1, RoundingType.FixedRadius, false )
local myOutlineSettings = OutlineSettings( CornerRadius, OutlineColor, Width, RoundingType, UseBrushTransparency )
Quat
CornerRadius
Quat(4, 4, 4, 4)
Color
OutlineColor
Color.BLACK
number
Width
0.0
RoundingType
RoundingType.FixedRadius
boolean
UseBrushTransparency
false
Last updated 11 months ago