This version of Unity is unsupported.

SphereGeometry

struct in UnityEngine.LowLevelPhysics

/

Implemented in:UnityEngine.PhysicsModule


Implements interfaces:IGeometry

Description

Contains the basic geometric shape of a sphere.

Properties

GeometryTypeReturns the geometry type of this shape, which is SphereGeometry.
RadiusThe radius of the sphere shape.

Constructors

SphereGeometryCreate a sphere shape with the provided parameter.