Modular 3D Text
  • ✉️Contact Support
  • ⭐Read me first
  • Introduction
    • ⚡Namespace
    • ⚡Assembly Definition
    • ⚡Scripting define symbol
    • 3D UI for XR
      • Internal documentation
  • Text
    • Modular 3D Text
      • Script documentation
        • UpdateText
        • MeshPostProcess
        • Internal Documentation
    • Text Updater
    • Fonts
      • Creating fonts
        • Troubleshoot
      • Letter
  • Input
    • Button/Key
      • Button Input System
      • Button Input Processor
    • Mouse/Touch
      • Raycast Selector
      • Raycast Input Processor
    • Troubleshoot
  • Modules
    • Modules
  • UI
    • List
      • Script documentation
    • Button
      • Script documentation
    • Toggle
      • Script documentation
    • Slider
      • Script documentation
        • UpdateValue
        • IncreaseValue
        • DecreaseValue
      • SliderHandle
    • Input Field
      • Script documentation
        • UpdateText
        • ContentType
    • Horizontal Selector
      • Script documentation
  • Layout System
  • Modules
  • Package Importer
  • Utility
    • UI States
    • Asset Settings
  • Version History
Powered by GitBook
On this page
  • UpdateText ()
  • UpdateText(string newText)
  • UpdateText(float number)
  • UpdateText(int number)

Was this helpful?

  1. Text
  2. Modular 3D Text
  3. Script documentation

UpdateText

Method in Modular3DText.cs

Makes the text instantly update text. Regardless of anything. Normally, Text or any property changes trigger an automatic update of the mesh at the frame's end. This avoids wasting resources on needless calculations when multiple properties change in the same frame. The Advanced setting can alter this behavior.

UpdateText ()

UpdateText(string newText)

UpdateText(float number)

UpdateText(int number)

PreviousScript documentationNextMeshPostProcess

Last updated 2 years ago

Was this helpful?