TryGetAssetObject

TryGetAssetObject(out Object)

public bool TryGetAssetObject(out Object value) ;

Description

Get the value of the Object type.

Parameters

Parameter Name Description
value Value.

Returns

Return true if the value can be obtained.

TryGetAssetObject<TObject>(out TObject)

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

Description

Get the value of the Component type.

Type Parameters

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

Parameters

Parameter Name Description
value The value you get.

Returns

Returns true if it succeeds.