Method GetErrorText
GetErrorText(TrackAsset, Object, TrackBindingErrors)
Gets the error text for the specified track.
Declaration
public string GetErrorText(TrackAsset track, Object boundObject, TrackBindingErrors detectErrors)
Parameters
Type | Name | Description |
---|---|---|
TrackAsset | track | The track to retrieve options for. |
Object | boundObject | The binding for the track. |
TrackBindingErrors | detectErrors | The errors to check for. |
Returns
Type | Description |
---|---|
string | An error to be displayed on the track, or string.Empty if there is no error. |