一次 string的 GC 探尋

public class PlayText : MonoBehaviour {     Text txt;     string story;     StringBuilder sb;     void Awake()     {         txt = GetComponent<Text>();         story = txt.text;         txt.text = ""
相關文章
相關標籤/搜索