Method GetTrackOptions
GetTrackOptions(TrackAsset, Object)
Implement this method to override the default options for drawing a track.
Declaration
public virtual TrackDrawOptions GetTrackOptions(TrackAsset track, Object binding)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackAsset | track | The track from which track options are retrieved. |
| Object | binding | The binding for the track. |
Returns
| Type | Description |
|---|---|
| TrackDrawOptions | The options for drawing the track. |