PokéRogue
    Preparing search index...

    Type Alias VideoFileURLConfig

    type VideoFileURLConfig = {
        type: string;
        url: string;
    }
    Index

    Properties

    Properties

    type: string

    The video file format. See property names in Phaser.Device.Video.

    url: string

    The absolute or relative URL of the video file.