BoxcastCommandConstructor

매뉴얼로 전환
public BoxcastCommand (Vector3 center, Vector3 halfExtents, Quaternion orientation, Vector3 direction, float distance, int layerMask);

파라미터

centerCenter of the box.
halfExtendHalf the size of the box in each dimension.
orientationRotation of the box.
directionThe direction in which to sweep the box.
distanceThe maximum length of the cast.
layerMaskA Layer mask that is used to selectively ignore colliders when casting a box.

설명

Creates a BoxcastCommand.