GetTopZOrder()
Retrieves the ZOrder value greater than the top-most placemat. For example, if the top-most placemat has a ZOrder value of 10, this method returns 11.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public int GetTopZOrder()
Returns
Type | Description |
|---|---|
| int | Returns a ZOrder value. |