Method GetErrorText
GetErrorText(TrackAsset, Object, TrackBindingErrors)
Gets the error text for the specified track.
선언
public string GetErrorText(TrackAsset track, Object boundObject, TrackBindingErrors detectErrors)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | track | The track to retrieve options for. |
Object | boundObject | The binding for the track. |
TrackBindingErrors | detectErrors | The errors to check for. |
반환
타입 | 설명 |
---|---|
string | An error to be displayed on the track, or string.Empty if there is no error. |