Interface DynamicBinaryAssetConfigurationBase

BinaryAssetの設定。

interface DynamicBinaryAssetConfigurationBase {
    id: string;
    type: "binary";
    uri: string;
}

Hierarchy

Properties

Properties

id: string

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

type: "binary"

Assetの種類。

uri: string

Assetを表すファイルのURI。