Class EcsService
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
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