# Texture

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* Texture

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Material

```csharp
[Serializable]
public class Texture
```

## Constructors

### Texture()

```csharp
public Texture()
```

### Texture(Texture)

```csharp
public Texture(Texture o)
```

Parameters

| Type                          | Name | Description |
| ----------------------------- | ---- | ----------- |
| [Texture](./material_texture) | o    |             |

## Fields

### image

```csharp
public uint image
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### channel

```csharp
public int channel
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### offset

```csharp
public Point2 offset
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point2](./geom_point2) |             |

### tilling

```csharp
public Point2 tilling
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point2](./geom_point2) |             |

### sampler

```csharp
public TextureSampler sampler
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [TextureSampler](./material_texturesampler) |             |
