SetAssetObject

public bool SetAssetObject(string name, Object value) ;

It wants to set the value of the AssetObject type.

Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool SetAssetObject(int id, Object value) ;

It wants to set the value of the AssetObject type.

Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.

public bool SetAssetObject<TAssetObject>(string name, TAssetObject value) ;

It wants to set the value of the AssetObject type.

Type Parameter Name Description Type Constraints
TAssetObject Type of AssetObject to set
Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool SetAssetObject<TAssetObject>(int id, TAssetObject value) ;

It wants to set the value of the AssetObject type.

Type Parameter Name Description Type Constraints
TAssetObject Type of AssetObject to set
Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.