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