Akashic Engine
    Preparing search index...

    Type Alias AudioTransitionContext

    type AudioTransitionContext = {
        cancel: (revert?: boolean) => void;
        complete: () => void;
    }
    Index

    Properties

    Properties

    cancel: (revert?: boolean) => void

    遷移を取り消す。音量はこの関数を実行した時点での値となる。

    Type declaration

      • (revert?: boolean): void
      • Parameters

        • Optionalrevert: boolean

          音量を遷移実行前まで戻すかどうか。省略時は false

        Returns void

    complete: () => void

    遷移を即座に完了する。 音量は遷移完了後の値となる。