ProjectedRasterRenderPass Enumeration |
The pass during which the projected raster is rendered.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ProjectedRasterRenderPass
Public Enumeration ProjectedRasterRenderPass
public enum class ProjectedRasterRenderPass
type ProjectedRasterRenderPass
Members
| Member name | Description |
---|
| Translucent |
The projected raster should be rendered during the translucent pass.
|
| CentralBodyClipped |
The projected raster should be rendered during the central body clipping pass.
|
See Also