LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonVideoEdit

> PixiVNJsonVideoEdit = object

Defined in: src/schema/PixiVNJsonCanvas.ts:118

Edits the properties of an existing video sprite on the canvas.

Properties

alias

> alias: string

Defined in: src/schema/PixiVNJsonCanvas.ts:124

Alias of the canvas element to edit.


operationType

> operationType: "edit"

Defined in: src/schema/PixiVNJsonCanvas.ts:120


props?

> optional props?: Partial<VideoSpriteMemory>

Defined in: src/schema/PixiVNJsonCanvas.ts:128

Partial memory/state properties to update on the video sprite.


type

> type: "video"

Defined in: src/schema/PixiVNJsonCanvas.ts:119

On this page