AnimancerGUI.

DoLabelFoldoutFieldGUI(GUIContent, GUIContent, bool) Method

Summary

Draws a label field with a foldout.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static bool DoLabelFoldoutFieldGUI(GUIContent label, GUIContent value, bool isExpanded)

Parameters

Name Type Description
label GUIContent
value GUIContent
isExpanded bool

Return Value

Type Description
bool