Enum CornerType
Namespace: UnityEngine.U2D
Syntax
public enum CornerType : int
Fields
| Name | Description | Value |
|---|---|---|
| OuterTopLeft | 0 | |
| OuterTopRight | 1 | |
| OuterBottomLeft | 2 | |
| OuterBottomRight | 3 | |
| InnerTopLeft | 4 | |
| InnerTopRight | 5 | |
| InnerBottomLeft | 6 | |
| InnerBottomRight | 7 |
public enum CornerType : int
| Name | Description | Value |
|---|---|---|
| OuterTopLeft | 0 | |
| OuterTopRight | 1 | |
| OuterBottomLeft | 2 | |
| OuterBottomRight | 3 | |
| InnerTopLeft | 4 | |
| InnerTopRight | 5 | |
| InnerBottomLeft | 6 | |
| InnerBottomRight | 7 |