DelegateGUI.

DoGUI(Rect, GUIContent, MulticastDelegate, GUIContent) Method

Summary

Draws the GUI for the given delegate.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
DelegateGUI

Syntax

public static void DoGUI(ref Rect area, GUIContent label, MulticastDelegate del, GUIContent valueLabel = null)

Parameters

Name Type Description
area Rect
label GUIContent
del MulticastDelegate
valueLabel GUIContent

Return Value

Type Description
void