EntityComponents.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityComponents Struct

Return the IComponent's added to an Entity.

public readonly struct EntityComponents :
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.EntityComponent>,
System.Collections.IEnumerable

Implements System.Collections.Generic.IEnumerable<EntityComponent>, System.Collections.IEnumerable

Properties
CountReturn the number of IComponent's of an entity.
Methods
GetEnumerator()
ToString()
Explicit Interface Implementations
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.EntityComponent>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()