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
typeTypeThe type must derived from IEntityComponentRenderProcessor.
DefaultEntityComponentRendererAttribute(Type, int)
Initializes a new instance of the DefaultEntityComponentRendererAttribute class.
public DefaultEntityComponentRendererAttribute(Type type, int order)
  Parameters
typeTypeThe type must derived from IEntityComponentRenderProcessor.
orderintThe order.
Properties
Order
public int Order { get; }