Loading

摘要: [SerializeField] 表示将原本不会被序列化的私有变量和保护变量变成可以被序列化的,那么它们在下次读取的值就是你上次赋值的值。 [Serializable] 指示可序列化的类或结构 具有 Serializable 属性的自定义结构 如果想要自定义的类显示在inspector中我们就需要 阅读全文
posted @ 2024-05-17 19:51 big_shark 阅读(187) 评论(0) 推荐(0)
摘要: 安装 iwr -useb get.scoop.sh | iex scoop update # 代理 scoop config proxy 127.0.0.1:10809 search——搜索仓库中是否有相应软件。 install——安装软件。 uninstall——卸载软件。 update——更新软 阅读全文
posted @ 2024-05-17 19:50 big_shark 阅读(15) 评论(0) 推荐(0)
摘要: tags: - unity 两者都可以直接创建 gameobj 两者之间不能相互转换 两者可以通过属性得到对方 transform.gameobj gameobj.transform Insatance 实例化的时候,两者返回对应的属性 如果经常改变transformer , 就用transform 阅读全文
posted @ 2024-05-17 19:50 big_shark 阅读(22) 评论(0) 推荐(0)
摘要: tags: - windows 常用软件 utools 终端管理 wallpapper fences chrome watt steam 管理 code vscode git c++ 环境 == vsoce 官方教程 MSYS c++ 环境 终端 powershell window terminal 阅读全文
posted @ 2024-05-17 19:49 big_shark 阅读(8) 评论(0) 推荐(0)
摘要: tags: - wsl 查看 wsl -l -v 卸载 wsl --unregister {Name} 阅读全文
posted @ 2024-05-17 19:49 big_shark 阅读(43) 评论(0) 推荐(0)
摘要: tags: - wsl 阅读全文
posted @ 2024-05-17 19:49 big_shark 阅读(5) 评论(0) 推荐(0)
摘要: tags: - vscode - assert 快速移动 meta go 阅读全文
posted @ 2024-05-17 19:49 big_shark 阅读(6) 评论(0) 推荐(0)
摘要: tags: - vscode - settings { "version": "0.2.0", "configurations": [ { "name": "C/C++ Runner: Debug Session", "type": "cppdbg", "request": "launch", "a 阅读全文
posted @ 2024-05-17 19:49 big_shark 阅读(59) 评论(0) 推荐(0)
摘要: tags: - vscode 区域测试 // @lcpr case=start // "PAYPALISHIRINGGGG"\n3\n // @lcpr case=end diy 参数 用于调试不同类型的参数和函数 // @lcpr-div-debug-arg-start // funName= a 阅读全文
posted @ 2024-05-17 19:49 big_shark 阅读(129) 评论(0) 推荐(0)
摘要: tags: - vscode - settings c++ 方法自动添加括号 C_Cpp : autocomplete add Parentheses 阅读全文
posted @ 2024-05-17 19:48 big_shark 阅读(8) 评论(0) 推荐(0)