Settings for rounded box brush image.
Last updated 1 year ago
Was this helpful?
local myOutlineSettings = OutlineSettings( Quat(4), Color.RED, 1, RoundingType.FixedRadius, false )
local myOutlineSettings = OutlineSettings( CornerRadius, OutlineColor, Width, RoundingType, UseBrushTransparency )
CornerRadius
Quat(4, 4, 4, 4)
OutlineColor
Color.BLACK
Width
0.0
RoundingType
RoundingType.FixedRadius
UseBrushTransparency
false