Guide 20
Lithium.Services.ComponentService
A component that will be automatically registered by the ComponentServiceManager and added into the Scene.
This page is generated from the public C# symbols in src/game/sandbox/Code.
ComponentService
Status: Stable
Signature
C#
public abstract class ComponentService : Component;Description
A component that will be automatically registered by the ComponentServiceManager and added into the Scene.
Example
C#
ComponentService? value = null;