Table of Contents

Class ExecutionListLL

Namespace
Netick
Assembly
Netick.dll
public sealed class ExecutionListLL : IEnumerable<Entity>, IEnumerable
Inheritance
ExecutionListLL
Implements
Inherited Members

Fields

Items

public HashSet<Entity> Items

Field Value

HashSet<Entity>

Properties

Count

public int Count { get; }

Property Value

int

Methods

Clear()

public void Clear()

GetEnumerator()

public IEnumerator<Entity> GetEnumerator()

Returns

IEnumerator<Entity>

Remove(INetickEntity, bool)

public void Remove(INetickEntity obj, bool callDestroy)

Parameters

obj INetickEntity
callDestroy bool