Class BillboardRenderFeature
Manages the mesh processor collection.
Inheritance
BillboardRenderFeature
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class BillboardRenderFeature : RenderFeature<BillboardInfo>
Constructors
BillboardRenderFeature(RenderManager)
Initializes a new instance of the BillboardRenderFeature class.
Declaration
public BillboardRenderFeature(RenderManager renderManager)
Parameters
Type | Name | Description |
---|---|---|
RenderManager | renderManager | The render manager. |