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, IConfiguration)

Register services into the IServiceCollection.

void ConfigureServices(IServiceCollection services, IConfiguration configuration)

Parameters

services IServiceCollection

The IServiceCollection to add the services to.

configuration IConfiguration

The IConfiguration to use for configuring services.