add_asset
Description:
public bool add_asset (
Asset asset)
Adds a Asset to this, the project will keep a reference on
asset.
Parameters:
| this |
A Project
|
| asset |
A Asset to add to this
|
Returns:
|
true if the asset could be added false it was already in the
project.
MT safe.
|