Header menu logo BaboonAPI

BaseTromboneCollection Type

A lazily-resolved track collection

Constructors

Constructor Description

BaseTromboneCollection(id, name, description)

Full Usage: BaseTromboneCollection(id, name, description)

Parameters:
    id : string
    name : string
    description : string

Returns: BaseTromboneCollection
id : string
name : string
description : string
Returns: BaseTromboneCollection

Instance members

Instance member Description

this.BuildTrackList

Full Usage: this.BuildTrackList

Returns: TromboneTrack seq
Modifiers: abstract

Resolve this collection's list of tracks.

Returns: TromboneTrack seq

this.LoadSprite

Full Usage: this.LoadSprite

Returns: YieldTask<Result<Sprite, string>>
Modifiers: abstract

Load the icon for this collection, to be displayed on the collection selector

Returns: YieldTask<Result<Sprite, string>>

this.folder

Full Usage: this.folder

Returns: string
Modifiers: abstract

Displayed on the collection settings screen

Returns: string

Type something to start searching.