midorable
    Preparing search index...

    App の設定オブジェクト

    interface AppConfig {
        backgroundColor?: Color;
        fps?: number;
        height?: number;
        platform: Platform;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: Color

    背景色

    fps?: number

    1秒あたりのフレーム数

    height?: number

    アプリケーションの高さ

    platform: Platform

    プラットフォーム実装

    width?: number

    アプリケーションの幅