TryGetAssetObject
TryGetAssetObject(string, out Object)
Description
Get the value of the AssetObject type.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Name. | 
| value | The value you get. | 
Returns
The true when there parameters of the specified name.
TryGetAssetObject(int, out Object)
Description
Get the value of the AssetObject type.
Parameters
| Parameter Name | Description | 
|---|---|
| id | ID. | 
| value | The value you get. | 
Returns
The true when there parameters of the specified name.
TryGetAssetObject<TAssetObject>(string, out TAssetObject)
public bool TryGetAssetObject<TAssetObject>(string name, out 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 | 
|---|---|
| name | Name. | 
| value | The value you get. | 
Returns
The true when there parameters of the specified name.
TryGetAssetObject<TAssetObject>(int, out TAssetObject)
public bool TryGetAssetObject<TAssetObject>(int id, out 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 | The value you get. | 
Returns
The true when there parameters of the specified name.