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
Properties
Count
public int Count { get; }
Property Value
Methods
Clear()
public void Clear()
GetEnumerator()
public IEnumerator<Entity> GetEnumerator()
Returns
Remove(INetickEntity, bool)
public void Remove(INetickEntity obj, bool callDestroy)
Parameters
obj
INetickEntitycallDestroy
bool