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)

Last updated