AssetDescriptor Type
Describes assets and how to process and use them.
Union cases
Union case | Description |
Full Usage:
Asset(AssetName, FilePath, Refinements, Associations)
Parameters:
string
FilePath : string
Refinements : Refinement list
Associations : Set<string>
|
|
Full Usage:
Assets(Directory, Extensions, Refinements, Associations)
Parameters:
string
Extensions : Set<string>
Refinements : Refinement list
Associations : Set<string>
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsAsset
Returns: bool
|
|
Full Usage:
this.IsAssets
Returns: bool
|
|