Table of Contents

Class DefaultEntityComponentRendererAttribute

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

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 Type

The type must derived from IEntityComponentRenderProcessor.

DefaultEntityComponentRendererAttribute(Type, int)

Initializes a new instance of the DefaultEntityComponentRendererAttribute class.

public DefaultEntityComponentRendererAttribute(Type type, int order)

Parameters

type Type

The type must derived from IEntityComponentRenderProcessor.

order int

The order.

Properties

Order

public int Order { get; }

Property Value

int