UpdateCurrent(T)

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection<T>


Updates current entity's component value. This method should be called ONLY when executing inside ForEach{TState}(Action{int, T, TState}, TState) .

Syntax

public void UpdateCurrent(
	T value
)

Parameters

value

New component value

See also

  • ForEach{TState}(Action{int, T, TState}, TState)

  • Back to index