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

BoundingSphere

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Describes a single bounding sphere for use by a CullingGroup.

Properties

positionThe position of the center of the BoundingSphere.
radiusThe radius of the BoundingSphere.

Constructors

BoundingSphereInitializes a BoundingSphere.