new imageAsset(uri)
Parameters:
| Name | Type | Description |
|---|---|---|
uri |
URI | ディレクトリパス |
- Source:
Members
img :Image
Type:
- Image
- Source:
ready :boolean
loadcheck complate status
Type:
- boolean
- Source:
uri :string
Image uri
Type:
- string
- Source:
Methods
loadcheck() → {boolean}
画像アセットのロードが完了したかどうかをチェックします。
\ `Image.complete`プロパティを利用してロード成否を判断し、
\ `ready`ステータスを更新します。
\ `Image.complete`プロパティを利用してロード成否を判断し、
\ `ready`ステータスを更新します。
- Source:
Returns:
ロード成否
- Type
- boolean