Class: HTMLManager
페이지의 title, favicon을 관리한다.
Description
Usage
new HTMLManager()
Members
(static) defaultFaviconPath: string
페이지의 기본 아이콘의 경로
- Type:
- {string}
- Default Value:
- /favicon.ico
(static) defaultTitle: string
페이지의 기본 제목
- Type:
- {string}
- Default Value:
- Web Game Engine
Methods
(static) setTitle(title)
페이지의 제목을 변경한다.
Parameters:
Name | Type | Description |
---|---|---|
title
|
string |
변경할 제목 |
(static) setFavicon(path)
페이지의 아이콘을 변경한다.
Parameters:
Name | Type | Description |
---|---|---|
path
|
string |
변경할 favicon.ico의 경로 |