BoxcastCommandConstructor

Cambiar al Manual
public BoxcastCommand (Vector3 center, Vector3 halfExtents, Quaternion orientation, Vector3 direction, float distance, int layerMask);

Parámetros

centerCentro de la caja.
halfExtendLa mitad del tamaño de la caja en cada dimensión.
orientationRotación de la caja.
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.

Descripción

Creates a BoxcastCommand.