Show / Hide Table of Contents

Struct BoundingSphere

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct BoundingSphere

Constructors

| Improve this Doc View Source

BoundingSphere(Vector3, Single)

Declaration
public BoundingSphere(Vector3 pos, float rad)
Parameters
Type Name Description
Vector3 pos
Single rad
| Improve this Doc View Source

BoundingSphere(Vector4)

Declaration
public BoundingSphere(Vector4 packedSphere)
Parameters
Type Name Description
Vector4 packedSphere

Fields

| Improve this Doc View Source

position

Declaration
public Vector3 position
Field Value
Type Description
Vector3
| Improve this Doc View Source

radius

Declaration
public float radius
Field Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX