Akashic Engine
    Preparing search index...

    Interface DynamicBinaryAssetConfigurationBase

    BinaryAssetの設定。

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

    Hierarchy

    Index

    Properties

    Properties

    id: string

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

    type: "binary"

    Assetの種類。

    uri: string

    Assetを表すファイルのURI。