包含所有层的 BitMask
以 Enum 形式存在的所有层列表
添加一个新层,用户可编辑 0 - 19 位为用户自定义层
Layer's name
Layer's bit position
移除一个层,用户可编辑 0 - 19 位为用户自定义层
Layer's bit position
创建一个排除式层检测器,只拒绝列表中的层
All excluded layers
A filter which can detect for excluded layers
创建一个包含式层检测器,只接受列表中的层
All accepted layers
A filter which can detect all accepted layers
Generated using TypeDoc
节点层管理器,层数据是以掩码数据方式存储在 Node.layer 中,用于射线检测、物理碰撞和用户自定义脚本逻辑。 每个节点可属于一个或多个层,可通过 “包含式” 或 “排除式” 两种检测器进行层检测。