# Create(PlayableGraph)

> Creates a TextureMixerPlayable in the PlayableGraph.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Experimental.Playables](/engine/6000.7/script-reference/unityengine/experimental/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static TextureMixerPlayable Create(PlayableGraph graph)
```

### Parameters

**** (\[PlayableGraph]\(/engine/6000.7/script-reference/unityengine/playables/playablegraph)): The [PlayableGraph](/engine/6000.7/script-reference/unityengine/playables/playablegraph.md) object that will own the [TextureMixerPlayable](/engine/6000.7/script-reference/unityengine/experimental/playables/texturemixerplayable.md).

### Returns

| Type                                                                                                               | Description                                                                                                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [TextureMixerPlayable](/engine/6000.7/script-reference/unityengine/experimental/playables/texturemixerplayable.md) | A [TextureMixerPlayable](/engine/6000.7/script-reference/unityengine/experimental/playables/texturemixerplayable.md) linked to the [PlayableGraph](/engine/6000.7/script-reference/unityengine/playables/playablegraph.md). |
