Version: 2022.3

QueryParametersConstructor

切换到手册
public QueryParameters (int layerMask, bool hitMultipleFaces, QueryTriggerInteraction hitTriggers, bool hitBackfaces);

参数

layerMask 用于在投射射线时有选择地忽略碰撞体的 LayerMask
hitMultipleFaces Whether raycast batch query should hit multiple faces.
hitTriggers Whether queries hit Triggers by default.
hitBackfaces 物理查询是否应该击中背面三角形。

描述

Struct used to set up parameters for queries: RaycastCommand, BoxcastCommand, CapsulecastCommand, SpherecastCommand.