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
Declaration
public virtual bool IsBindingAssignableFrom(Object candidate, TrackAsset track)
Parameters
Type | Name | Description |
---|---|---|
Object | candidate | |
TrackAsset | track | TBD |
Returns
Type | Description |
---|---|
bool | True if a binding can be determined from |