Interface DynamicAudioAssetConfigurationBase

AudioAssetの設定。

Hierarchy

Properties

duration: number

再生時間。単位はミリ秒。

ヒント。

id: string

このアセットのIDとして用いる値。 この値はひとつのAssetManagerの中でユニークでなければならない。

loop?: boolean

ループ。

offset?: number

再生開始位置。単位はミリ秒。

systemId: "music" | "sound"

AudioAssetのsystem指定。

type: "audio"

Assetの種類。

uri: string

Assetを表すファイルのURI。

Generated using TypeDoc