DefaultEntityComponentRendererAttribute Class
Namespace: Stride.Engine.DesignAssembly: Stride.Engine.dll
An attribute used to associate a default IEntityComponentRenderProcessor to an entity component.
System.Object → System.Attribute → DynamicTypeAttributeBase →
DefaultEntityComponentRendererAttribute
Derived from DefaultEntityComponentRendererAttribute:
public class DefaultEntityComponentRendererAttribute : DynamicTypeAttributeBase
Name | Description | |
---|---|---|
Constructors | ||
DefaultEntityComponentRendererAttribute(Type) | Initializes a new instance of the DefaultEntityComponentRendererAttribute class. |
|
DefaultEntityComponentRendererAttribute(Type, Int32) | Initializes a new instance of the DefaultEntityComponentRendererAttribute class. |
|
Properties | ||
Order |
Constructors
DefaultEntityComponentRendererAttribute(Type)
Initializes a new instance of the DefaultEntityComponentRendererAttribute class.
public DefaultEntityComponentRendererAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type must derived from IEntityComponentRenderProcessor. |
DefaultEntityComponentRendererAttribute(Type, Int32)
Initializes a new instance of the DefaultEntityComponentRendererAttribute class.
public DefaultEntityComponentRendererAttribute(Type type, int order)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type must derived from IEntityComponentRenderProcessor. |
System.Int32 | order | The order. |
Properties
Order
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetHashCode()
System.Attribute.IsDefaultAttribute()
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.Match(System.Object)
System.Attribute.TypeId