Skip to content
InterfaceGame Objects & Sprites@public

FlxGraphicsStyle

Fill/stroke pair applied to one vector primitive.

ts
export interface FlxGraphicsStyle

Properties

PropertyModifiersTypeDescription
fillreadonlyFlxGraphicsFillOptional solid or gradient shape fill.
strokereadonlyFlxGraphicsStrokeOptional shape outline.

Released under the MIT License.