Method GetBindingType
GetBindingType(TrackAsset)
Gets the binding type for a track.
Declaration
public Type GetBindingType(TrackAsset track)
Parameters
Type | Name | Description |
---|---|---|
TrackAsset | track | The track to retrieve the binding type from. |
Returns
Type | Description |
---|---|
Type | Returns the binding type for the specified track. Returns null if the track does not have binding. |