GetClippers
()
|
Retrieves the list of "clipper" constraints which are used to confine the ISurfacePatch.BackingSurface to a specific allowable region which serves as the base ISurface of the ISurfacePatch.
As a colloquial example, if the backing surface were defined as a plane with origin v, and GetClippers returned a constraint which mandated, "Only points within 10cm world space of _v_ are considered part of the surface," then the ISurfacePatch itself would be defined as the region of the backing surface which lies within 10cm of v in world space.
Signature
IReadOnlyList<TClipper> Oculus.Interaction.Surfaces.IClippedSurface< TClipper >.GetClippers() Returns IReadOnlyList< TClipper >
The list of TClipper s which define the ISurfacePatch as a subset of its ISurfacePatch.BackingSurface.
|