Enum MapDimensions
Describe the dimension of a texture
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum MapDimensions
Fields
| Name | Description |
|---|---|
| Custom | user set dimension |
| _1024 | 1024x1024 |
| _2048 | 2048x2048 |
| _256 | 256x256 |
| _4096 | 4096x4096 |
| _512 | 512x512 |
| _8192 | 8192x8192 |