Class DefaultEntityComponentRendererAttribute
An attribute used to associate a default IEntityComponentRenderProcessor to an entity component.
public class DefaultEntityComponentRendererAttribute : DynamicTypeAttributeBase- Inheritance
- 
      objectDefaultEntityComponentRendererAttribute
- Inherited Members
Constructors
DefaultEntityComponentRendererAttribute(Type)
Initializes a new instance of the DefaultEntityComponentRendererAttribute class.
public DefaultEntityComponentRendererAttribute(Type type)Parameters
- typeType
- The type must derived from IEntityComponentRenderProcessor. 
DefaultEntityComponentRendererAttribute(Type, int)
Initializes a new instance of the DefaultEntityComponentRendererAttribute class.
public DefaultEntityComponentRendererAttribute(Type type, int order)Parameters
- typeType
- The type must derived from IEntityComponentRenderProcessor. 
- orderint
- The order. 
Properties
Order
public int Order { get; }