removeComponent(_:)
Removes the specified component instance from the component system.
Declaration
func removeComponent(_ component: ComponentType)Parameters
- component:
An instance of a Gkcomponent subclass in the component system.
Discussion
If the specified component is not in the component system, this method has no effect.