Type alias InGameEditorSettings
InGameEditorSettings: {
theme: {
iconButtonSelectedBackgroundColor: string;
iconButtonSelectedColor: string;
textColorPrimary: string;
toolbarBackgroundColor: string;
toolbarSeparatorColor: string;
};
}
Type declaration
theme: {
iconButtonSelectedBackgroundColor: string;
iconButtonSelectedColor: string;
textColorPrimary: string;
toolbarBackgroundColor: string;
toolbarSeparatorColor: string;
}
iconButtonSelectedBackgroundColor: string
iconButtonSelectedColor: string
textColorPrimary: string
toolbarBackgroundColor: string
toolbarSeparatorColor: string