Editor_EditorPrefs,EditorUtility學習05
public class Editor_PrefabsData : ScriptableWizard {
[MenuItem("EditTools/PrefabsData",false,18)]
static void ShowWinWizard()
{
ScriptableWizard.DisplayWizard<Editor_PrefabsData>("儲存小資料量的值", "create", "other");
}
void CreateWizardOtherButton()
{
Debug.LogError("值=");
}
void OnWizardUpdate()
{
}
void OnWizardCreate()
{
}
void OnWizardOtherButton()
{
Debug.LogError("值="+healthHP);
EditorPrefs.SetFloat(key_hp, healthHP);
//顯示進度條
EditorUtility.DisplayProgressBar("顯示的title資訊,進度條", "進行的資訊", 0);//開始時
EditorUtility.DisplayProgressBar("顯示的title資訊","進行時",1);//進行時
EditorUtility.ClearProgressBar();
}
void OnEnable()
{
healthHP = EditorPrefs.GetFloat(key_hp, healthHP);//EditorPrefs儲存小資料量的值
}
public float healthHP = 10;
const string key_hp = "key_hp";
}
相關文章
- 【學習圖片】05:GIF
- vue專案學習05Vue
- 學習Java的Day05Java
- [譯] TensorFlow 教程 #05 - 整合學習
- Java基礎-學習筆記05Java筆記
- iOS學習筆記05 觸控事件iOS筆記事件
- 忽略某些檔案 —— Git 學習筆記 05Git筆記
- 05整合學習-Boosting-GBDT初探
- 05-Excel基礎操作-學習筆記Excel筆記
- 從頭開始的Java學習Day05Java
- Spring學習之05使用註解開發Spring
- Andoroid學習筆記05——Activity佈局管理筆記
- 2024年05月09日JAVA學習Java
- 學習進度條2024-05-08
- 學習進度條2024-05-09
- 學習進度條2024-05-10
- 學習進度條2024-05-13
- 學習進度條2024-05-27
- 學習進度條2024-05-22
- 學習進度條2024-05-23
- 學習進度條2024-05-24
- 學習進度條2024-05-28
- 【PB案例學習筆記】-05 圖片瀏覽器筆記瀏覽器
- Java se 複習05Java
- Spring AOP學習筆記05:AOP失效的罪因Spring筆記
- 人工智慧 (05) 機器學習 - 無監督式學習群集方法人工智慧機器學習
- 傳智黑馬python基礎學習——day05Python
- OpenGL 學習 05 花托(剔除 深度測試 多邊形模式)模式
- 你不懂js系列學習筆記-非同步與效能- 05JS筆記非同步
- 2017-05-02 框架實戰 學習筆記框架筆記
- 學習ASP.NET Core(05)-使用Swagger與Jwt授權ASP.NETSwaggerJWT
- GraphQL 漸進學習 05-graphql-resolvers-union-聯合的使用
- 數學基礎講解-05
- ABAP學習筆記-基礎語法-05-字串的處理(02)筆記字串
- ccnp學習013--路由與交換(05路由更新與控制)路由
- 05.ElementUI原始碼學習:專案釋出配置(github pages&npm package)UI原始碼GithubNPMPackage
- Java 併發程式設計學習筆記 05 :如何暫停執行緒?Java程式設計筆記執行緒
- ccnp學習014--路由與交換(05路由更新與控制)路由