Class RenderFeature<T>
Manages the mesh processor collection.
Inheritance
RenderFeature<T>
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public abstract class RenderFeature<T> : RenderFeature where T : RenderObjectInfo
Type Parameters
Name | Description |
---|---|
T | The type of object info to render. |
Constructors
RenderFeature(RenderManager)
Initializes a new instance of the RenderFeature<T> class.
Declaration
public RenderFeature(RenderManager renderManager)
Parameters
Type | Name | Description |
---|---|---|
RenderManager | renderManager | The rendering manager. |
Properties
FeatureTypes
Gets the feature type.
Declaration
public override Type[] FeatureTypes { get; }
Property Value
Type | Description |
---|---|
Type[] |