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

ClippedCylinderSurface Class

Oculus::Interaction::Surfaces::ClippedCylinderSurface extends MonoBehaviour.
Oculus::Interaction::Surfaces::ClippedCylinderSurface extends Oculus.Interaction.Surfaces.IClippedSurface< ICylinderClipper >.

Overview

Public Member Functions

IReadOnlyList< ICylinderClipper >
bool
Raycast
( in Ray ray,
out SurfaceHit hit,
float maxDistance )
bool
GetClipped
( out CylinderSegment clipped )
bool
ClosestSurfacePoint
( in Vector3 point,
out SurfaceHit hit,
float maxDistance )
void
void
void
InjectClippers
( IEnumerable< ICylinderClipper > clippers )

Object Data

void
Awake ( )
void
Start ( )

Details

Properties

List<ICylinderClipper> Oculus.Interaction.Surfaces.ClippedCylinderSurface.Clippers
No description available.
Transform Oculus.Interaction.Surfaces.ClippedCylinderSurface.Transform
No description available.
ISurface Oculus.Interaction.Surfaces.ClippedCylinderSurface.BackingSurface
No description available.
Cylinder Oculus.Interaction.Surfaces.ClippedCylinderSurface.Cylinder
No description available.

Member Functions

IReadOnlyList< ICylinderClipper > Oculus.Interaction.Surfaces.ClippedCylinderSurface.GetClippers ( )
No description available.
bool Oculus.Interaction.Surfaces.ClippedCylinderSurface.Raycast
( in Ray ray,
out SurfaceHit hit,
float maxDistance )
No description available.
bool Oculus.Interaction.Surfaces.ClippedCylinderSurface.GetClipped
( out CylinderSegment clipped )
No description available.
bool Oculus.Interaction.Surfaces.ClippedCylinderSurface.ClosestSurfacePoint
( in Vector3 point,
out SurfaceHit hit,
float maxDistance )
No description available.
void Oculus.Interaction.Surfaces.ClippedCylinderSurface.InjectAllClippedCylinderSurface
( CylinderSurface surface,
IEnumerable< ICylinderClipper > clippers )
No description available.
void Oculus.Interaction.Surfaces.ClippedCylinderSurface.InjectCylinderSurface
( CylinderSurface surface )
No description available.
void Oculus.Interaction.Surfaces.ClippedCylinderSurface.InjectClippers
( IEnumerable< ICylinderClipper > clippers )
No description available.

Object Data

virtual void Oculus.Interaction.Surfaces.ClippedCylinderSurface.Awake ( )
No description available.
virtual void Oculus.Interaction.Surfaces.ClippedCylinderSurface.Start ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon