Method GetBindingType
GetBindingType(TrackAsset)
Gets the binding type for a track.
선언
public Type GetBindingType(TrackAsset track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | track | The track to retrieve the binding type from. |
반환
타입 | 설명 |
---|---|
Type | Returns the binding type for the specified track. Returns null if the track does not have binding. |