Vixen
02b45cc4

IForEachWithEntity

interface
csharp
public interface IForEachWithEntity<T0, T1>

A struct visitor a query calls per entity, with the entity handle.

No guide page documents this yet — the page shows what the code says about itself.

Methods (1)

  • void Execute(Entity entity, ref T0 component0, ref T1 component1)

    Runs on one entity and its components.

Used by (1)

  • WorldQueryExtensionsVixen.Ecs