Table of Contents

Struct Entity.EntityComponentIDEnumerator

Namespace
Frent
Assembly
Frent.dll

Enumerates the ComponentID of all components on an entity without allocating.

public ref struct Entity.EntityComponentIDEnumerator
Inherited Members

Properties

Current

The current ComponentID instance.

public ComponentID Current { get; }

Property Value

ComponentID

Methods

MoveNext()

Moves to the next ComponentID instance.

public bool MoveNext()

Returns

bool

If enumeration can continue.