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

ICylinderClipper Interface

This interface suggests that an implementing type is intended to serve as a TClipper type in an IClippedSurface<TClipper>.
Specifically, this clipper type limits allowable results to a certain segment of a cylinder.

Methods

GetCylinderSegment ( segment )
Attempts to retrieve the cylinder segment corresponding to the allowed region of the clipped surface.
Signature
bool Oculus.Interaction.Surfaces.ICylinderClipper.GetCylinderSegment(out CylinderSegment segment)
Parameters
segment: out CylinderSegment  The cylinder segment to which the underlying ISurface should be clipped
Returns
bool  True if clipping should be performed, false otherwise