TryGetAssetObjectList

TryGetAssetObjectList<TAssetObject>(out IList<TAssetObject>)

public bool TryGetAssetObjectList<TAssetObject>(out IList<TAssetObject> value) ;

Description

Get the value of the AssetObjectList type.

Type Parameters

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

Parameters

Parameter Name Description
value Value.

Returns

Return true if the value can be obtained.