TryGetAssetObjectList
TryGetAssetObjectList<TAssetObject>(string, out IList<TAssetObject>)
public bool TryGetAssetObjectList<TAssetObject>(string name, out IList<TAssetObject> value) ;
Description
Get the value of the AssetObjectList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TAssetObject | Type of AssetObject to get |
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
TryGetAssetObjectList<TAssetObject>(int, out IList<TAssetObject>)
public bool TryGetAssetObjectList<TAssetObject>(int id, out IList<TAssetObject> value) ;
Description
Get the value of the AssetObject type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TAssetObject | Type of AssetObject to get |
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.