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