# TextureMixerPlayable

> An implementation of IPlayable that allows mixing two textures.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.Experimental.Playables](/engine/6000.7/script-reference/unityengine/experimental/playables.md)
* **Assembly:** UnityEngine.CoreModule
* **Implements:** [IPlayable](/engine/6000.7/script-reference/unityengine/playables/iplayable.md), [IEquatable\<TextureMixerPlayable>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct TextureMixerPlayable : IPlayable, IEquatable<TextureMixerPlayable>
```

## Remarks

NOTE: You can use [PlayableExtensions](/engine/6000.7/script-reference/unityengine/playables/playableextensions.md) methods with TextureMixerPlayable objects.

## Static Methods

| Method                                                                                                      | Description                                                                                                                                                                                                                  |
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Create](/engine/6000.7/script-reference/unityengine/experimental/playables/texturemixerplayable/create.md) | Creates a [TextureMixerPlayable](/engine/6000.7/script-reference/unityengine/experimental/playables/texturemixerplayable.md) in the [PlayableGraph](/engine/6000.7/script-reference/unityengine/playables/playablegraph.md). |
