当前位置:网站首页>Unity 之 ExecuteAlways正在取代ExecuteInEditMode
Unity 之 ExecuteAlways正在取代ExecuteInEditMode
2022-07-05 06:34:00 【陈言必行】
Unity 基础 之 ExecuteAlways介绍
在Unity的编辑器中分为三种模式:
- 编辑器模式:打开任意工程,不做任何操作Unity就处于一个可编辑的状态,这就是编辑器模式;
- 运行模式:当我们点击Play()运行一个场景时,这时Unity就处于运行模式;
- 预制体模式:当Unity进入Prefab时对应的编辑状态叫预制体模式;
ExecuteInEditMode
描述:使脚本的所有实例都在编辑模式下执行。
默认情况下,只在编辑器运行模式下执行 MonoBehaviours。通过添加此属性,MonoBehaviour 的任何实例都将在编辑器处于编辑模式时执行其回调函数。
此属性正在逐步被淘汰,因为它不考虑预制体模式。如果在预制件模式下编辑一个带有 MonoBehaviour 并启用了此属性的预制件,然后进入播放模式,则编辑器将退出预制件模式,以防止由仅用于播放模式的逻辑引起的预制件意外修改。
要指示 MonoBehaviour 正确考虑了预制件模式并且在播放模式期间以预制件模式打开是安全的,可以使用属性 ExecuteAlways 取代此属性。
下面几个函数和运行模式下调用情况不同:
- Update:只有当场景发生变化时才会调用。
- OnGUI:在“游戏视图”接收到非编辑器时调用。事件它不使用(例如,EventType.ScrollWheel)并且不转发到编辑器的键盘快捷方式系统(例如,EventType.KeyDown, EventType.KeyUp)。转发到游戏视图的事件将排队,不能保证立即处理。
- OnRenderObject:在场景视图或游戏视图的每一次重绘上都调用其他呈现回调函数。
ExecuteAlways
使脚本的实例始终执行,作为Play Mode的一部分和Editing。
默认情况下,MonoBehaviours仅在Play Mode下执行。
当希望脚本作为编辑器工作的一部分执行某些操作时,可以使用[ExecuteAlways]属性,该工具不一定与构建
仅在Scene发生改变是调用Update
当Game 试图接收到它不使用的非编辑器事件(例如,EventType.ScrollWheel)会调用OnGUI
在场景试图或者Game试图的每次重绘都会调用OnRenderObject和其他渲染回调函数
边栏推荐
- MQClientException: No route info of this topic: type_ topic
- 2022-5-the fourth week daily
- kata container
- [Chongqing Guangdong education] National Open University 2018 autumn 0702-22t contemporary Chinese political system reference questions
- MySQL (UDF authorization)
- 微信小程序路由再次跳转不触发onload
- Huawei bracelet, how to add medicine reminder?
- Knapsack problem acwing 9 Group knapsack problem
- Technical conference arrangement
- H5 embedded app adapts to dark mode
猜你喜欢
'mongoexport 'is not an internal or external command, nor is it a runnable program or batch file.
[QT] QT multithreading development qthread
SolidWorks template and design library are convenient for designers to call
Game theory acwing 891 Nim games
Find the combination number acwing 887 Find combination number III
4. Oracle redo log file management
how to understand the “model independent.“
‘mongoexport‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。
扫盲-以太网MII接口类型大全-MII、RMII、SMII、GMII、RGMII、SGMII、XGMII、XAUI、RXAUI
Positive height system
随机推荐
Using handler in a new thread
inux摄像头(mipi接口)简要说明
mysql设置触发器问题
Install opencv -- CONDA to establish a virtual environment and add the kernel of this environment in jupyter
使用paping工具进行tcp端口连通性检测
LSA Type Explanation - lsa-1 [type 1 LSA - router LSA] detailed explanation
1.手动创建Oracle数据库
PHY驱动调试之 --- PHY控制器驱动(二)
VLAN experiment
Paper reading report
1. Create Oracle database manually
Vant weapp swippecell set multiple buttons
SolidWorks template and design library are convenient for designers to call
Find the combination number acwing 889 01 sequence meeting conditions
MQClientException: No route info of this topic: type_ topic
La redirection de l'applet Wechat ne déclenche pas onload
Client use of Argo CD installation
Interval problem acwing 906 Interval grouping
Orin 两种刷机方式
Inclusion exclusion principle acwing 890 Divisible number