Table of Contents

Class DefaultEntityComponentProcessorAttribute

Namespace
Stride.Engine.Design
Assembly
Stride.Engine.dll

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 Type

The type must derived from EntityProcessor.

Properties

ExecutionMode

public ExecutionMode ExecutionMode { get; set; }

Property Value

ExecutionMode