Method GetTrackOptions
GetTrackOptions(TrackAsset, Object)
Implement this method to override the default options for drawing a track.
선언
public virtual TrackDrawOptions GetTrackOptions(TrackAsset track, Object binding)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | track | The track from which track options are retrieved. |
Object | binding | The binding for the track. |
반환
타입 | 설명 |
---|---|
TrackDrawOptions | The options for drawing the track. |