Method GetBindingFrom
GetBindingFrom(Object, TrackAsset)
Override this method to determine which object to bind to track
.
A binding object should be determined from candidate
.
By default, the TrackBindingType
attribute from track
will be used to determine the binding.
Declaration
public virtual Object GetBindingFrom(Object candidate, TrackAsset track)
Parameters
Type | Name | Description |
---|---|---|
Object | candidate | The source object from which a track binding should be determined. |
TrackAsset | track | The track to bind an object to. |
Returns
Type | Description |
---|---|
Object | The object to bind to |