Click or drag to resize
HierarchicalBlueprintManagerGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<Blueprint> GetEnumerator()

Return Value

Type: IEnumeratorBlueprint
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also