SetAssetObject
SetAssetObject(string, Object)
public bool SetAssetObject(string name, Object value) ;
Description
It wants to set the value of the AssetObject type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | Value. |
Returns
The true when there parameters of the specified name.
SetAssetObject(int, Object)
public bool SetAssetObject(int id, Object value) ;
Description
It wants to set the value of the AssetObject type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | Value. |
Returns
The true when there parameters of the specified name.
SetAssetObject<TAssetObject>(string, TAssetObject)
public bool SetAssetObject<TAssetObject>(string name, TAssetObject value) ;
Description
It wants to set the value of the AssetObject type.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
TAssetObject | Type of AssetObject to set |
|
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | Value. |
Returns
The true when there parameters of the specified name.
SetAssetObject<TAssetObject>(int, TAssetObject)
public bool SetAssetObject<TAssetObject>(int id, TAssetObject value) ;
Description
It wants to set the value of the AssetObject type.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
TAssetObject | Type of AssetObject to set |
|
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | Value. |
Returns
The true when there parameters of the specified name.