indexType aliases
Type Alias: PixiVNJsonSoundPlay
> PixiVNJsonSoundPlay = object
Defined in: src/schema/PixiVNJsonSound.ts:10
Starts playback of a sound asset.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonSound.ts:16
Unique identifier (alias) used to reference this sound.
operationType
> operationType: "play"
Defined in: src/schema/PixiVNJsonSound.ts:12
props?
> optional props?: PixiVNJsonSoundPlayProps
Defined in: src/schema/PixiVNJsonSound.ts:24
Playback options such as volume, loop, channel, and start offset.
type
> type: "sound"
Defined in: src/schema/PixiVNJsonSound.ts:11
url?
> optional url?: string
Defined in: src/schema/PixiVNJsonSound.ts:20
URL of the sound file. If omitted, the alias is used as the URL.