From 279ac2347283e2c9df67f45b611f9d3e715b0e8c Mon Sep 17 00:00:00 2001 From: Ertan Turan Date: Thu, 26 May 2022 17:50:35 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e77f29..ae49c81 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ Save and Load types by a key value ; float, string, int, Vector3 and Quaternion Quaternion loadedQuaternion = key.GetQuaternionPrefs(); // this line will load => rotation quaternion ``` +### Get all Current Prefs + +![All Prefs](https://user-images.githubusercontent.com/23081722/170513409-5f64bada-4c32-4dfb-b402-c9a5bc46c9e5.png) ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.