Interface: AutomatorOptions
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:4217
Extended by
Properties
autoFocus?
> optional autoFocus?: boolean
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:4238
Automatically update the focus position when globalpointermove event is triggered.
Default
trueautoHitTest?
> optional autoHitTest?: boolean
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:4233
Automatically hit-test the model when pointertap event is triggered.
Default
trueautoInteract?
> optional autoInteract?: boolean
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:4228
Should the internal model automatically reacts to interactions by listening for pointer events.
Default
trueDeprecated
since v0.5.0, reading/writing this property is equivalent to reading/writing autoHitTest && autoFocus.
autoUpdate?
> optional autoUpdate?: boolean
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:4222
Should the internal model be automatically updated by PIXI.Ticker.shared.
Default
tureticker?
> optional ticker?: Ticker
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:4243
The ticker to be used for automatic updates.
Default
PIXI.Ticker.shared from the global PIXI namespace.