getComponentSystem
Summary
Retrieve the registered component-system (ECS) library instance.Signature
Parameters
No parameters.Returns
Type:T
Retrieve the registered component-system (ECS) library instance.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the registered component-system (ECS) library instance.
getComponentSystem<T extends IComponentSystemLibrary = IComponentSystemLibrary>(): T;
T
Retrieve the registered component-system (ECS) library instance.