Class DefaultEntityComponentProcessorAttribute
An attribute used to associate a default EntityProcessor to an entity component.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class DefaultEntityComponentProcessorAttribute : DynamicTypeAttributeBase- Inheritance
- 
      objectDefaultEntityComponentProcessorAttribute
- Inherited Members
Constructors
DefaultEntityComponentProcessorAttribute(Type)
Initializes a new instance of the DefaultEntityComponentProcessorAttribute class.
public DefaultEntityComponentProcessorAttribute(Type type)Parameters
- typeType
- The type must derived from EntityProcessor. 
Properties
ExecutionMode
public ExecutionMode ExecutionMode { get; set; }