Interface BundledTextAssetConfiguration

interface BundledTextAssetConfiguration {
    data: string;
    path: string;
    type: "text";
}

Hierarchy

Properties

Properties

data: string
path: string

Assetを表すファイルへの絶対パス。

type: "text"

Assetの種類。