Interface AudioSystemConfiguration

AudioSystemの設定を表すインターフェース。

interface AudioSystemConfiguration {
    hint?: AudioAssetHint;
    loop?: boolean;
}

Properties

Properties

loop?: boolean