Table of Contents

Method Recompute

Namespace
Gamelogic.Grids2.Graph
Assembly
Gamelogic.Grids2.dll

Recompute()

Recomputes dynamic internal data.

public override void Recompute()

Remarks

If you want to implement a dynamic node, such as a node that uses random values, put the logic for generating obtaining the random values in this method.

Nodes that uses graphs (as fields, for example) should call Recompute() on each graph.

Exceptions

NotImplementedException