Table of Contents

Property currentProgress

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

currentProgress

Fine-grained progress reported by the node that is currently executing.

public float currentProgress { get; set; }

Property Value

float

Remarks

Nodes that split work across multiple steps can update this value through SetCurrentProgress(float). Callers should treat it as the active node's local progress, not as a second graph-wide percentage.