Interface DynamicImageAssetConfigurationBase

ImageAssetの設定。

Hierarchy

Properties

height: number

高さ。

ヒント。akashic-engineが最適なパフォーマンスを発揮するための情報。

id: string

このアセットのIDとして用いる値。 この値はひとつのAssetManagerの中でユニークでなければならない。

切り出す領域。 指定した場合、その部分だけの画像アセットとして扱う。

type: "image"

Assetの種類。

uri: string

Assetを表すファイルのURI。

width: number

幅。

Generated using TypeDoc