Version: 2021.3
언어: 한국어

BoxcastCommandConstructor

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

파라미터

center Center of the box.
halfExtents 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.

This command is run in the default physics scene.


public BoxcastCommand (PhysicsScene physicsScene, Vector3 center, Vector3 halfExtents, Quaternion orientation, Vector3 direction, float distance, int layerMask);

파라미터

physicsScene The physics scene to run the command in.
center Center of the box.
halfExtents 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.