VolumeType Enum

Definition

The possible shapes of bounding volumes for spatial awareness of the user's surroundings.

public enum class VolumeType
public enum VolumeType
type VolumeType = 
Public Enum VolumeType
Inheritance
VolumeType

Fields

AxisAlignedCube 1

Cubic volume aligned with the coordinate axes.

None 0

No specified type.

Sphere 3

Spherical volume.

UserAlignedCube 2

Cubic volume aligned with the user.

Applies to