@minecraft
    正在准备搜索索引...

    接口 WorldSoundOptions

    Contains additional options for a playSound occurrence.

    interface WorldSoundOptions {
        pitch?: number;
        volume?: number;
    }
    索引

    属性

    pitch?: number

    Pitch of the sound played.

    volume?: number

    Relative volume and space by which this sound is heard.