Version: 2023.2
언어: 한국어

QueryParametersConstructor

매뉴얼로 전환
public QueryParameters (int layerMask, bool hitMultipleFaces, QueryTriggerInteraction hitTriggers, bool hitBackfaces);

파라미터

layerMask A LayerMask that is used to selectively ignore Colliders when casting a ray.
hitMultipleFaces Whether raycast batch query should hit multiple faces.
hitTriggers Whether queries hit Triggers by default.
hitBackfaces Whether physics queries should hit back-face triangles.

설명

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