A ComponentType that doesn't have any data.
ComponentType
This is useful for making "marker" components where you only care whether or not the component is added to an entity and there is no other data to store in the component itself.
A
ComponentTypethat doesn't have any data.This is useful for making "marker" components where you only care whether or not the component is added to an entity and there is no other data to store in the component itself.