AnimancerGUI.

CreateWidthCache(GUIStyle) Method

Summary

Creates a Animancer.Editor.ConversionCache`2 for calculating the GUI width occupied by text using the specified `style`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static ConversionCache<string, float> CreateWidthCache(GUIStyle style)

Parameters

Name Type Description
style GUIStyle

Return Value

Type Description
ConversionCache<string, float>