PlayerPrefs
Class Functions
| SetInt | Sets the value of the preference identified by |
| GetInt | Returns the value corresponding to |
| SetFloat | Sets the value of the preference identified by |
| GetFloat | Returns the value corresponding to |
| SetString | Sets the value of the preference identified by |
| GetString | Returns the value corresponding to |
| HasKey | Returns true if |
| DeleteKey | Removes |
| DeleteAll | Removes all keys and values from the preferences. Use with caution. |
| Save | Writes all modified preferences to disk. |
官方英文文档:
562

被折叠的 条评论
为什么被折叠?



