Method IsBindingAssignableFrom
IsBindingAssignableFrom(Object, TrackAsset)
Override this method to validate if a binding for track
can be determined from candidate
.
The default implementation of this method will return true if
candidate
is not null or,candidate
is not part of a Prefab Asset or,candidate
is a Component that can be bound totrack
선언
public virtual bool IsBindingAssignableFrom(Object candidate, TrackAsset track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Object | candidate | |
TrackAsset | track | TBD |
반환
타입 | 설명 |
---|---|
bool | True if a binding can be determined from |