GetAssetObject
GetAssetObject(Object)
public Object GetAssetObject(Object defaultValue) ;
Description
Get the value of the Object type.
Parameters
Parameter Name | Description |
---|---|
defaultValue | Default value. It is returned when there is no parameter. |
Returns
The value of the parameter. If there is no parameter, it returns defaultValue.
GetAssetObject<TObject>(TObject)
public TObject GetAssetObject<TObject>(TObject defaultValue) ;
Description
Get the value of the Object type.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
TObject | Type of AssetObject to get |
|
Parameters
Parameter Name | Description |
---|---|
defaultValue | Default value. It is returned when there is no parameter. |
Returns
The value of the parameter. If there is no parameter, it returns defaultValue.