GetAssetObject

GetAssetObject<TAssetObject>(TAssetObject)

public TAssetObject GetAssetObject<TAssetObject>(TAssetObject defaultValue) ;

Description

Get the value of the AssetObject type.

Type Parameters

Type Parameter Name Description Type Constraints
TAssetObject Type of AssetObject to get
  • Object

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.