Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BoundingSphere

Describes a single bounding sphere for use by a CullingGroup.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public struct BoundingSphere

Fields

Value

Description

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

Constructors

Constructor

Description

BoundingSphere(UnityEngine.Vector3,System.Single)Initializes a BoundingSphere.
BoundingSphere(UnityEngine.Vector4)Initializes a BoundingSphere.