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
candidateis not null or,candidateis not part of a Prefab Asset or,candidateis 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 |