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 ) ) {
相关文章
相关标签/搜索