码迷,mamicode.com
首页 > 其他好文 > 详细

GameObject:activeInHierarchy、activeSelf Behaviour:enabled

时间:2019-06-20 12:57:50      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:dup   game   ngui   led   ble   tac   spec   update   set   

GameObject:
activeInHierarchy 定义 GameObject 在 Scene 中是否处于活动状态,会影响所有子级的activeInHierarchy
activeSelf 这是使用 GameObject.SetActive 设置的,当父级在Scene处于活动状态不会影响此值

Behaviour:
enabled 相当于Inspector中脚本的小复选框,禁用的 Behaviour 不可更新(FixedUpdate、Update、LateUpdate、OnGUI、OnRenderObject)

activeInHierarchy 、activeSelf 、enabled 任意一项为false时都不可更新(FixedUpdate、Update、LateUpdate、OnGUI、OnRenderObject)

GameObject:activeInHierarchy、activeSelf Behaviour:enabled

标签:dup   game   ngui   led   ble   tac   spec   update   set   

原文地址:https://www.cnblogs.com/kingBook/p/11057879.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!