Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BoxGeometry

struct in UnityEngine.LowLevelPhysics

/

Implemented in:UnityEngine.PhysicsModule


Implements interfaces:IGeometry

Description

Contains the basic geometric shape of a box.

Properties

GeometryTypeReturns the geometry type of this shape, which is BoxGeometry.
HalfExtentsThe half extents of the box shape.

Constructors

BoxGeometryCreate a box shape with the provided parameters.