单项选择题
A.GetFloat B.SetFloat C.SetInt D.SetLong
unity3D游戏引擎使用过程中,PlayerPrefs.SetInt()方法的作用说法错误的是?()A.设置...
多项选择题unity3D游戏引擎使用过程中,PlayerPrefs.SetInt()方法的作用说法错误的是?()
A.设置指定键的int类型值 B.获取指定键对应的int类型数据 C.获取指定键对应的string类型数据 D.判断是否包含指定键的数据
unity3D游戏引擎使用过程中,PlayerPrefs中存储的键值对中值的类型可以是()。A.floatB....
多项选择题unity3D游戏引擎使用过程中,PlayerPrefs中存储的键值对中值的类型可以是()。
A.float B.int C.string D.bool
unity3D游戏引擎使用过程中,PlayerPref类包括的方法有()。A.DeleteAll()B.Del...
多项选择题unity3D游戏引擎使用过程中,PlayerPref类包括的方法有()。
A.DeleteAll() B.DeleteKey() C.HasKey() D.Save()