Method AddAsset
AddAsset(LoadableObjectId)
Adds a LoadableObjectId for an asset during build.
Declaration
public int AddAsset(LoadableObjectId loadableObjId)
Parameters
| Type | Name | Description |
|---|---|---|
| LoadableObjectId | loadableObjId | The LoadableObjectId for the asset. |
Returns
| Type | Description |
|---|---|
| int | The integer index used to look up this asset at runtime. |