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.
선언
public virtual Object GetBindingFrom(Object candidate, TrackAsset track)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Object | candidate | The source object from which a track binding should be determined. |
| TrackAsset | track | The track to bind an object to. |
반환
| 타입 | 설명 |
|---|---|
| Object | The object to bind to |