Placemat.MinSizePolicy
Determines the behavior of the CalculateSelectedNodeBounds method.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public enum Placemat.MinSizePolicy
Fields
Value | Description |
|---|---|
| DoNotEnsureMinSize | Ignore the placemat minimum size when calculating the bounds. |
| EnsureMinSize | Enforce the placemat minimum size when calculating the bounds. |