Instances of this class encapsulate the "clipping" (comparable to a "crop" operation in image editing) to be applied to an ISurface in order to constrain it.
Properties
Vector3 Position[Get]
The offset of the bounding box center relative to the transform origin of the surface to be clipped, in the local space of the surface.
This is used with Size to "clip" large (often infinite) surfaces to specific positioned regions; for the canonical example usage, see ClippedPlaneSurface.
Vector3 Size[Get]
The size of the bounding box, in the local space of the surface.
This is used with Position to "clip" large (often infinite) surfaces to specific regions; for the canonical example usage, see ClippedPlaneSurface.