Version: 2023.1
言語: 日本語

CapsuleGeometry

struct in UnityEngine.LowLevelPhysics


実装インターフェース:IGeometry

マニュアルに切り替える

説明

Contains the basic geometric shape of a capsule.

When Unity retrieves the geometry from the CapsuleCollider, the CapsuleCollider.direction is not included. For this reason, you should assume the direction is always along the X axis.

変数

GeometryTypeReturns the geometry type of this shape, which is CapsuleGeometry.
HalfLengthThe distance from the center of the shape to the center of either half-sphere at the caps.
RadiusThe radius of the half-sphere at either cap of the capsule.

コンストラクタ

CapsuleGeometryCreate a capsule shape with the provided parameters.