位置: 编程技术 - 正文
推荐整理分享关于Unity3d中的LayerMask使用 .(unity3d基本操作),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:unity3d documentation,unity3d功能介绍,unity3d基本操作,unity3ds,unity3d总结,unity3ds,unity3ds,unity3d documentation,内容如对您有帮助,希望把文章链接给更多的朋友!
原文地址
最近看别人写的Demo,里面这个Linecast字段的LayerMask参数看了半天也没看懂
后来去官网看,半天也没个例子,还是google吧,在网上看到各路大神的解释,终于明白了,LayerMask实际上是一个位码操作,在Unity3d中Layers一共有层,这个是不能增加或者减少的:
摘自官网:
Layers are used throughout Unity as a way to create groups of objects that share particular characteristics (see this page for further details). Layers are primarily used to restrict operations such as raycasting or rendering so that they are only applied to the groups of objects that are relevant. In the manager, the first eight layers are defaults used by Unity and are not editable. However, layers from 8 to can be given custom names just by typing in the appropriate text box. Note that unlike tags, the number of layers cannot be increased.
所以那个LayerMask实际上是用Int的个位来表示每个层级,当这个位为1时表示使用这个层,为0时表示不用这个层。
回到上面的例子:
这一句实际上表示射线查询只在Ground所在这个层级查找。
再来看看NameToLayer是干嘛的。
官网解释:
Description
Given a layer name, returns the layer index as defined by either a Builtin or a User Layer in the Tag Manager. 是返回的该名字所定义的层的层索引,注意是从0开始。
unity3d 项目编辑ios版本出错问题解决方法 最近编译unity3d项目到ios,发现直接用xcode编译时出错,原来是引用头文件出错,居然有这种低级错误!改一下引用则可:CMVideoSampling.mmGlesHelper.mm
【转】【UNITY3D 游戏开发之四】有关实现2D帧序列帧播放相关—Animating Tiledtexture 本站文章均为李华明Himi原创,转载务必在明显处注明:(作者新浪微博:@李华明Himi)转载自【黑米GameDev街区】原文链接:
Unity 3D 接入 移动MM (3.1.3)计费SDK 首先很想吐槽移动MM的SDK,简直就是给Unity开发人员找事做。我是一个Unity小白,完全是为了帮同事接这个SDK,所以一切按照小白的规则来写,希望没有遗
标签: unity3d基本操作
本文链接地址:https://www.jiuchutong.com/biancheng/378756.html 转载请保留说明!友情链接: 武汉网站建设