meisterhau-ll
    Preparing search index...

    音频源接口

    interface ISoundSource {
        channel: string;
        pos: FloatPos | IntPos;
        sourceActor: Optional<Actor>;
        volumn: number;
    }
    Index

    Properties

    channel: string

    音频通道

    pos: FloatPos | IntPos

    音频位置

    sourceActor: Optional<Actor>

    音频源角色

    volumn: number

    音量大小