pixi-wheels

GraphicsPointerSkinOptions

pixi-wheels


pixi-wheels / index / GraphicsPointerSkinOptions

Interface: GraphicsPointerSkinOptions

Defined in: pointer/GraphicsPointerSkin.ts:4

Extended by#

Properties#

PropertyTypeDescriptionDefined in
color?numberFill colour. Default 0xffffff.pointer/GraphicsPointerSkin.ts:10
length?numberPin-to-tip distance. Default 72.pointer/GraphicsPointerSkin.ts:6
outline?number | nullOutline colour, or null for none. Default 0x1a1a1a.pointer/GraphicsPointerSkin.ts:12
outlineWidth?number-pointer/GraphicsPointerSkin.ts:13
pin?booleanDraw the pin cap at the base. Default true.pointer/GraphicsPointerSkin.ts:20
shape?"tongue" | "triangle" | "needle"'tongue' (default) is a rounded flapper, 'triangle' a plain arrow, 'needle' a thin indicator with a round pin.pointer/GraphicsPointerSkin.ts:18
width?numberWidest part. Default 36.pointer/GraphicsPointerSkin.ts:8