GraphicsPointerSkin
pixi-wheels / index / GraphicsPointerSkin
Class: GraphicsPointerSkin
Defined in: pointer/GraphicsPointerSkin.ts:24
A pointer drawn with Graphics. The out-of-the-box tongue.
Implements#
Constructors#
Constructor#
new GraphicsPointerSkin(options?: GraphicsPointerSkinOptions): GraphicsPointerSkin;
Defined in: pointer/GraphicsPointerSkin.ts:30
Parameters#
| Parameter | Type |
|---|---|
options | GraphicsPointerSkinOptions |
Returns#
GraphicsPointerSkin
Properties#
Accessors#
isDestroyed#
Get Signature#
get isDestroyed(): boolean;
Defined in: pointer/GraphicsPointerSkin.ts:66
Returns
boolean
Implementation of#
Methods#
destroy()#
destroy(): void;
Defined in: pointer/GraphicsPointerSkin.ts:70
Returns#
void
Implementation of#
setDeflection()#
setDeflection(deg: number): void;
Defined in: pointer/GraphicsPointerSkin.ts:62
Rotate the visual around the pin by deg (the flap).
Parameters#
| Parameter | Type |
|---|---|
deg | number |
Returns#
void