formatfloatmodifier - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Interaction.ValueRangeInteractable.ValueModifier
Inherits from BaseValueRangeModifier\<U, V\>
Allows converting a normalized float to a string whilst passing it to a format string.
public class FormatFloatModifier : BaseValueRangeModifier<float, string>