Interface DynamicAssetConfigurationBase

(実行時に定義される)Assetの設定を表すインターフェース。 game.jsonに記述される値の型ではない点に注意。

interface DynamicAssetConfigurationBase {
    id: string;
    type: string;
    uri: string;
}

Hierarchy (view full)

Properties

Properties

id: string

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

type: string

Assetの種類。

uri: string

Assetを表すファイルのURI。