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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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