A Component is and Entity that can be bound to another Entity. Any Entity can be used as a Component, given that it implement Component interface. A Component must be an Entity subclass.

Variables

read onlyinitializerName:String

If this component was created from an initializer, its initializer name is provided to retrieve the initializer from the component. This field is automatically added to implementing class by ComponentMacro