LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

BoundingSphere

struct in UnityEngine

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.