Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how to edit text mesh pro text

using UnityEngine;
using System.Collections;
using TMPro;

public class ExampleClass : MonoBehaviour
{
	public TextMeshProUGUI textDisplay;
    
    void Example()
    {
        textDisplay.text = "Example Text"      
    }
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: loop over object properties c# 
Csharp :: unity right click on gameobject 
Csharp :: unity how to get y value 
Csharp :: c# textboxaccept only numbers 
Csharp :: loop through an enum c# 
Csharp :: unity reset rigidbody velocity 
Csharp :: c# alphabet array 
Csharp :: unity get layer of gameobject 
Csharp :: c# remove last character from string 
Csharp :: c# check file exists 
Csharp :: how to change image color unity 
Csharp :: unity check for internet connection 
Csharp :: how to get delta time in monogame 
Csharp :: unity android quit application 
Csharp :: how to get the startup path in console app 
Csharp :: Linq - Random Elements 
Csharp :: C# string format sepperate every thousand 
Csharp :: unity Protected 
Csharp :: Csharp convert string to double 
Csharp :: c# get display resolution 
Csharp :: convert array from string to int c# 
Csharp :: create asset menu unity 
Csharp :: c# ipaddress from localhost 
Csharp :: raycast unity 
Csharp :: sort a dictionary by value in c# 
Csharp :: c# application hangs while running 
Csharp :: base64decode C# 
Csharp :: c# 8 null coalescing assignment 
Csharp :: unity keep rotating object 
Csharp :: text not centered winforms button 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =