Interface DynamicTextAssetConfigurationBase

TextAssetの設定。

interface DynamicTextAssetConfigurationBase {
    id: string;
    type: "text";
    uri: string;
}

Hierarchy

Properties

Properties

id: string

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

type: "text"

Assetの種類。

uri: string

Assetを表すファイルのURI。