Header menu logo Nu

AssetDescriptor Type

Describes assets and how to process and use them.

Union cases

Union case Description

Asset(AssetName, FilePath, Refinements, Associations)

Full Usage: Asset(AssetName, FilePath, Refinements, Associations)

Parameters:
    AssetName : string
    FilePath : string
    Refinements : Refinement list
    Associations : Set<string>

AssetName : string
FilePath : string
Refinements : Refinement list
Associations : Set<string>

Assets(Directory, Extensions, Refinements, Associations)

Full Usage: Assets(Directory, Extensions, Refinements, Associations)

Parameters:
    Directory : string
    Extensions : Set<string>
    Refinements : Refinement list
    Associations : Set<string>

Directory : string
Extensions : Set<string>
Refinements : Refinement list
Associations : Set<string>

Instance members

Instance member Description

this.IsAsset

Full Usage: this.IsAsset

Returns: bool
Returns: bool

this.IsAssets

Full Usage: this.IsAssets

Returns: bool
Returns: bool

Type something to start searching.