TryGetAssetObject

public bool TryGetAssetObject(out Object value) ;

Get the value of the Object type.

Parameter Name Description
value Value.

Return true if the value can be obtained.

public bool TryGetAssetObject<TObject>(out TObject value) ;

Get the value of the Component type.

Type Parameter Name Description Type Constraints
TObject Type of AssetObject to get
Parameter Name Description
value The value you get.

Returns true if it succeeds.