Method IsValid
IsValid()
Returns the state of the internal operation. If the load has not been started or if it has been released, the operation will not be valid and this will return false. This can be used to determine if an AssetReference has started loading or not.
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
bool | True if the operation is valid. A valid operation is created when loading begins and it is invalidated when it has been released. |