CustomGUIExtensions.

SetLabel(ICustomGUI, string, string, Texture) Method

Summary

Sets the Animancer.Editor.ICustomGUI.Label.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
CustomGUIExtensions

Syntax

public static void SetLabel(this ICustomGUI customGUI, string text, string tooltip = null, Texture image = null)

Parameters

Name Type Description
customGUI ICustomGUI
text string
tooltip string
image Texture

Return Value

Type Description
void