LogoPixi’VN
inkFunctions

Function: parseShowLive2DTail()

> parseShowLive2DTail(tail): object

Defined in: src/ink/live2dHandler.ts:105

Splits the tail (everything after <alias>) of a # show live2d command into its free-form construction props and an optional entrance transition.

Parameters

tail

string[]

Returns

object

propsList

> propsList: string[]

transitionPropsList

> transitionPropsList: string[]

transitionType?

> optional transitionType?: "dissolve" | "fade" | "movein" | "zoomin" | "pushin"

On this page