Namespace Global Namespace
Classes
AuthoringWithMaterial
GameObjectAfterConversionGroup
GameObjectBeforeConversionGroup
GameObjectConversionGroup
GameObjectConversionSystem
Derive from this class to create a system that can convert GameObjects and assets into Entities.
Use one of the GameObject*Group system groups with [UpdateInGroup]
to select a particular phase of conversion
for the system (default if left unspecified is GameObjectConversionGroup).