Enum MapType
Compatibility layer for the old MapType enum. This enum is provided to prevent breaking changes in AT Toolkit API, but should not be used.
Namespace: UnityEngine.Pixyz.Algo
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public enum MapType
Fields
| Name | Description |
|---|---|
| AO | AO |
| Bent | Bent |
| ComputeAO | ComputeAO |
| Depth | Depth |
| Diffuse | Diffuse |
| Displacement | Displacement |
| Emissive | Emissive |
| Feature | Feature |
| GlobalPosition | GlobalPosition |
| LocalPosition | LocalPosition |
| MaterialId | MaterialId |
| Metallic | Metallic |
| Normal | Normal |
| OccurrenceProperty | OccurrenceProperty |
| Opacity | Opacity |
| PartId | PartId |
| Roughness | Roughness |
| Specular | Specular |
| UV | UV |
| VertexColor | VertexColor |