AnimancerEditorUtilities.

ToStringCached(float) Method

Summary

[Animancer Extension] Calls System.Single.ToString(System.String) using "g" as the format and caches the result.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerEditorUtilities

Syntax

public static string ToStringCached(this float value)

Parameters

Name Type Description
value float

Return Value

Type Description
string