Method GetLoadableObjectId
GetLoadableObjectId(int)
Gets a LoadableObjectId by its integer index with O(1) lookup.
Declaration
public LoadableObjectId GetLoadableObjectId(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The integer index returned by AddAsset(). |
Returns
| Type | Description |
|---|---|
| LoadableObjectId | The LoadableObjectId. |