AnimancerGUI.

NextVerticalArea(Rect) Method

Summary

If the UnityEngine.Rect.height is positive, this method moves the UnityEngine.Rect.y by that amount and adds the UnityEditor.EditorGUIUtility.standardVerticalSpacing.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static void NextVerticalArea(ref Rect area)

Parameters

Name Type Description
area Rect

Return Value

Type Description
void