Version: 2020.3
言語: 日本語

BoxcastCommandConstructor

マニュアルに切り替える
public BoxcastCommand (Vector3 center, Vector3 halfExtents, Quaternion orientation, Vector3 direction, float distance, int layerMask);

パラメーター

center ボックスの中心
halfExtend 各軸についてのボックスサイズの半分
orientation ボックスの回転
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.