Enum GridResolutionPreset
Describe the number of subdivision in an object
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum GridResolutionPreset
Fields
| Name | Description |
|---|---|
| Custom | The number of division is set by the user |
| High | The number of division will be set to 100 |
| Low | The number of division will be set to 25 |
| Medium | The number of division will be set to 50 |
| Poor | The number of division will be set to 10 |
| VeryHigh | The number of division will be set to 200 |