码迷,mamicode.com
首页 > 编程语言 > 详细

unity注意事项

时间:2015-08-21 21:18:10      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

1.you can‘t determine whether or not a child object is currently active in the scene by reading its activeSelf property. Instead, you should use the activeInHierarchy property, which takes the overriding effect of the parent into account.

你不能单靠读取一个对象的activeSelf属性值来判断这个对象是否处于激活状态。取而代之的是你应该使用activeInHierarchy属性,它会把父对象的状态考虑在内。

unity注意事项

标签:

原文地址:http://www.cnblogs.com/lovehyy/p/4748955.html

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