CapsulecastCommandConstructor

매뉴얼로 전환
public CapsulecastCommand (Vector3 p1, Vector3 p2, float radius, Vector3 direction, float distance, int layerMask);

파라미터

p1The center of the sphere at the start of the capsule.
p2The center of the sphere at the end of the capsule.
radiusThe radius of the capsule.
directionThe direction of the capsule cast
distanceThe maximum length of the sweep.
layerMaskThe LayerMask that selectively ignores Colliders when casting a capsule.

설명

Creates a CapsulecastCommand.