Class ComponentOrderAttribute
Defines the order of a component type. This information is used to determine the most "important" component of a collection
[AttributeUsage(AttributeTargets.Class)]
public class ComponentOrderAttribute : EntityComponentAttributeBase- Inheritance
- 
      objectComponentOrderAttribute
- Inherited Members
Constructors
ComponentOrderAttribute(int)
Initializes a new instance of the ComponentOrderAttribute class.
public ComponentOrderAttribute(int order)Parameters
- orderint
- The order of the associated component. 
Properties
Order
Gets the order of the associated component.
public int Order { get; }