Version: 2020.3
언어: 한국어

BoxcastCommandConstructor

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

파라미터

center Center of the box.
halfExtend Half the size of the box in each dimension.
orientation Rotation of the box.
direction The direction in which to sweep the box.
distance The maximum length of the cast.
layerMask A Layer mask that is used to selectively ignore colliders when casting a box.

설명

Creates a BoxcastCommand.