Click or drag to resize
Ab4d.SharpEngine logo

RenderSpritesRenderingStep Properties

The RenderSpritesRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertyFilterSpritesFunction Gets or sets a filter function that can be used to filter the sprites that will be rendered (returning false for sprite that is not rendered).
Public propertyRenderBackgroundSprites Gets or sets a Boolean that specifies if Background sprites from Scene and SceneView are rendered by this RenderingStep. Default value is false.
Public propertyRenderOverlaySprites Gets or sets a Boolean that specifies if Overlay sprites from Scene and SceneView are rendered by this RenderingStep. Default value is true.
Public propertyRenderSceneSprites Gets or sets a Boolean that specifies if sprites from Scene are rendered by this RenderingStep. Default value is true.
Public propertyRenderSceneViewSprites Gets or sets a Boolean that specifies if sprites from SceneView are rendered by this RenderingStep. Default value is true.
Top
See Also