Class MaterialSwitchTrack
Tracks for changing and blending between material parameters.
Inheritance
MaterialSwitchTrack
Syntax
public class MaterialSwitchTrack : TrackAsset
Methods
CreateTrackMixer(UnityEngine.Playables.PlayableGraph, UnityEngine.GameObject, Int32)
Declaration
public override Playable CreateTrackMixer(UnityEngine.Playables.PlayableGraph graph, UnityEngine.GameObject go, int inputCount)
Parameters
| Type |
Name |
Description |
| UnityEngine.Playables.PlayableGraph |
graph |
|
| UnityEngine.GameObject |
go |
|
| Int32 |
inputCount |
|
Returns
| Type |
Description |
| Playable |
|