unity3d 狀態存儲 PlayerPrefs高級用法

using UnityEngine; using System.Xml.Serialization; using System.IO; public class StateStorage{ public static T LoadData<T>( string key ){ if ( PlayerPrefs.HasKey( key ) ) {
相關文章
相關標籤/搜索