Method Validate
Validate()
Checks whether asset is valid.
Declaration
public bool Validate()
Returns
Type |
---|
bool |
Validate(out string)
Checks whether asset is valid.
Declaration
public abstract bool Validate(out string errorMessage)
Parameters
Type | Name | Description |
---|---|---|
string | errorMessage | Error message when asset is invalid. |
Returns
Type |
---|
bool |