Table of Contents

Interface IEcsStartup

Namespace
SampSharp.Entities
Assembly
SampSharp.OpenMp.Entities.dll

Provides methods for configuring an Entity Component System in SampSharp.

public interface IEcsStartup : IStartup
Inherited Members

Methods

Configure(IEcsBuilder)

Configures the application.

void Configure(IEcsBuilder builder)

Parameters

builder IEcsBuilder

An IEcsBuilder for the app to configure.

ConfigureServices(IServiceCollection)

Register services into the IServiceCollection.

void ConfigureServices(IServiceCollection services)

Parameters

services IServiceCollection

The IServiceCollection to add the services to.