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