Struct SphereGeometry
A sphere geometry.
Implements
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct SphereGeometry : IEquatable<SphereGeometry>
Properties
| Name | Description |
|---|---|
| Center | The center of the sphere. |
| Radius | The radius of the sphere. |
Methods
| Name | Description |
|---|---|
| Equals(SphereGeometry) | Tests if this SphereGeometry is considered equal to another. |
| GetHashCode() | Calculates a hash code for this object. |