Table of Contents

Class EcsService

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll

An instance of an attachable object to an ECS context.

public class EcsService : EcsContainer<EcsNode>, IDisposable, IEnumerable<EcsNode>, IEnumerable
Inheritance
EcsService
Implements
Derived
Inherited Members

Constructors

EcsService()

public EcsService()

Properties

Kind

public override EcsNodeKind Kind { get; }

Property Value

EcsNodeKind

Methods

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Uninitialized<T>()

public static T Uninitialized<T>() where T : EcsService

Returns

T

Type Parameters

T