midorable
Preparing search index...
@rutan/midorable
index
AppConfig
Interface AppConfig
App の設定オブジェクト
interface
AppConfig
{
backgroundColor
?:
Color
;
fps
?:
number
;
height
?:
number
;
platform
:
Platform
;
width
?:
number
;
}
Index
Properties
background
Color?
fps?
height?
platform
width?
Properties
Optional
background
Color
backgroundColor
?:
Color
背景色
Optional
fps
fps
?:
number
1秒あたりのフレーム数
Optional
height
height
?:
number
アプリケーションの高さ
platform
platform
:
Platform
プラットフォーム実装
Optional
width
width
?:
number
アプリケーションの幅
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
fps
height
platform
width
midorable
Loading...
App の設定オブジェクト