GetAssetObject

public Object GetAssetObject(Object defaultValue) ;

Get the value of the Object type.

Parameter Name Description
defaultValue Default value. It is returned when there is no parameter.

The value of the parameter. If there is no parameter, it returns defaultValue.

public TObject GetAssetObject<TObject>(TObject defaultValue) ;

Get the value of the Object type.

Type Parameter Name Description Type Constraints
TObject Type of AssetObject to get
Parameter Name Description
defaultValue Default value. It is returned when there is no parameter.

The value of the parameter. If there is no parameter, it returns defaultValue.