# ImageComponentType

> Enum

Namespace: UnityEngine.Pixyz.Material

```csharp
public enum ImageComponentType
```

Fields

| Name         | Value                                         |
| ------------ | --------------------------------------------- |
| Undefined    | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt8\_Norm  | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt8\_Int   | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt8\_Norm  | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt8\_Int   | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt16\_Norm | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt16\_Int  | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt16\_Norm | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt16\_Int  | UnityEngine.Pixyz.Material.ImageComponentType |
| Float16      | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt32\_Norm | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt32\_Int  | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt32\_Norm | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt32\_Int  | UnityEngine.Pixyz.Material.ImageComponentType |
| Float32      | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt64\_Norm | UnityEngine.Pixyz.Material.ImageComponentType |
| UInt64\_Int  | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt64\_Norm | UnityEngine.Pixyz.Material.ImageComponentType |
| SInt64\_Int  | UnityEngine.Pixyz.Material.ImageComponentType |
| Float64      | UnityEngine.Pixyz.Material.ImageComponentType |
