“Simpan Unity variabel” Kode Jawaban

Simpan Unity variabel

//set any string value
PlayerPrefs.SetString("varName", "any string info here");

//Get any string value
Text.text = PlayerPrefs.GetString("varName", "if nothing found this text return");

PlayerPrefs.SetFloat
PlayerPrefs.SetInt

PlayerPrefs.GetFloat
PlayerPrefs.GetInt
HImel

bagaimana membuat persatuan variabel

public GameObject objectName; //creates a gameobject with the name "objectName"
private float myDecimal = 0.25f; //creates a float with the name "myDecimal";
//note that decimal floats have to end with 'f' and floats can be any numerical value.
Better Bee

Jawaban yang mirip dengan “Simpan Unity variabel”

Pertanyaan yang mirip dengan “Simpan Unity variabel”

Lebih banyak jawaban terkait untuk “Simpan Unity variabel” di C#

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya