You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using System.Collections;
|
||||
|
||||
public class SliderText : MonoBehaviour {
|
||||
|
||||
public void SetText( float value){
|
||||
GetComponent<Text>().text = value.ToString("f2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user