UxrTextContentTween.UsesFormatString Property
Gets whether the interpolation uses format string parameters.
- false: Interpolation will be a plain typewriter effect from StartText to EndText
- true: Interpolation will use FormatString and FormatStringArgs. For more information on how these are used see UxrInterpolator.InterpolateText
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool UsesFormatString { get; }
Property Value
Type: Boolean