Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.99 KB

IIndexedComponent_TValue_.md

File metadata and controls

38 lines (29 loc) · 1.99 KB

IIndexedComponent Interface

Is used to define a component type having a single indexed field / property.
Indexed component values can be queried with HasValue() or ValueInRange() in a Query().

public interface IIndexedComponent<out TValue> :
Friflo.Engine.ECS.IComponent

Type parameters

TValue

Derived
ILinkComponent

Implements IComponent

Remarks

This component type enables:

Methods
GetIndexedValue() Returns the value of the indexed component field.