Skip to main content

Class: SimpleAssetList

Core-API.SimpleAssetList

Implements

Accessors

basePath

get basePath(): string

Returns

string

Implementation of

IAssetList.basePath

Defined in

webgi/src/extras/asset_manager/importer/SimpleAssetList.ts:5


assets

get assets(): IAsset[]

Returns

IAsset[]

Implementation of

IAssetList.assets

Defined in

webgi/src/extras/asset_manager/importer/SimpleAssetList.ts:9

Constructors

constructor

new SimpleAssetList(data?)

Parameters

NameType
data?IAssetList

Defined in

webgi/src/extras/asset_manager/importer/SimpleAssetList.ts:16

Methods

find

find(predicate): undefined | IAsset

Parameters

NameType
predicate(value: IAsset, index: number, obj: IAsset[]) => unknown

Returns

undefined | IAsset

Defined in

webgi/src/extras/asset_manager/importer/SimpleAssetList.ts:21