SpatialBoundingSphere SpatialBoundingSphere SpatialBoundingSphere SpatialBoundingSphere Struct

Definition

A bounding sphere in the user's surroundings, with coordinates expressed in meters.

public : struct SpatialBoundingSpherepublic struct SpatialBoundingSpherePublic Structure SpatialBoundingSphere// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Remarks

The SpatialBoundingSphere is defined by its center and radius. Its coordinates are expressed in meters, and are meaningful in a specific coordinate system usually specified alongside the sphere.

Fields

Center Center Center Center

The position of the center of the sphere.

public : field Vector3 Centerpublic field Vector3 CenterPublic Field Center// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Radius Radius Radius Radius

The radius of the sphere.

public : field float Radiuspublic field float RadiusPublic Field Radius// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)