Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.99 KB

EntityComponents.md

File metadata and controls

28 lines (21 loc) · 1.99 KB

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
Count Return 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()