Class StandardSpriteProvider

スプライトデータのための汎用的なプロバイダ実装である。

requestLayout() は次の URL のオブジェクトを要求する。

prefix + options.layout_suffix

requestSheet() は次の URL のオブジェクトを要求する。

prefix + options.sheet_suffix

prefix は一般的に "http://" または "https://" で始まる 文字列を指定する。

See

constructor, Option

Hierarchy

Constructors

Properties

_layout_credentials: RequestCredentials
_layout_suffix: string
_prefix: string
_sheet_credentials: RequestCredentials
_sheet_suffix: string

Methods