API reference
API reference
Select your platform
No SDKs available
No versions available

CylinderSegment Struct

Defines a portion of a cylinder surface.

Overview

Properties

float
float
float
Bottom[Get]
float
Top[Get]
bool
bool

Public Member Functions

CylinderSegment
( float rotation,
float arcDegrees,
float bottom,
float top )

Static Public Member Functions

Details

Properties

float Oculus.Interaction.Surfaces.CylinderSegment.ArcDegrees
No description available.
float Oculus.Interaction.Surfaces.CylinderSegment.Rotation
No description available.
float Oculus.Interaction.Surfaces.CylinderSegment.Bottom
No description available.
float Oculus.Interaction.Surfaces.CylinderSegment.Top
No description available.
bool Oculus.Interaction.Surfaces.CylinderSegment.IsInfiniteHeight
No description available.
bool Oculus.Interaction.Surfaces.CylinderSegment.IsInfiniteArc
No description available.

Member Functions

Oculus.Interaction.Surfaces.CylinderSegment.CylinderSegment
( float rotation,
float arcDegrees,
float bottom,
float top )
No description available.

Static Member Functions

static CylinderSegment Oculus.Interaction.Surfaces.CylinderSegment.Default ( )
No description available.
static CylinderSegment Oculus.Interaction.Surfaces.CylinderSegment.Infinite ( )
No description available.
Did you find this page helpful?