Table of Contents

Interface IComponent

Namespace
KeenEyes
Assembly
KeenEyes.Abstractions.dll

Marker interface for ECS components. Components are data containers attached to entities.

public interface IComponent

Remarks

Implement this interface on structs to define component types. Use the [Component] attribute to enable source generation.