Method CreateTrackMixer
CreateTrackMixer(PlayableGraph, GameObject, int)
Creates a mixer used to blend playables generated by clips on the track.
선언
public override Playable CreateTrackMixer(PlayableGraph graph, GameObject go, int inputCount)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| PlayableGraph | graph | The graph to inject playables into |
| GameObject | go | The GameObject that requested the graph. |
| int | inputCount | The number of playables from clips that will be inputs to the returned mixer |
반환
| 타입 | 설명 |
|---|---|
| Playable | A handle to the [[Playable]] representing the mixer. |
오버라이드
참고
Override this method to provide a custom playable for mixing clips on a graph.