Akashic Engine
    Preparing search index...

    Interface DynamicTextAssetConfigurationBase

    TextAssetの設定。

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

    Hierarchy

    Index

    Properties

    Properties

    id: string

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

    type: "text"

    Assetの種類。

    uri: string

    Assetを表すファイルのURI。