Property currentProgress
currentProgress
Fine-grained progress reported by the node that is currently executing.
public float currentProgress { get; set; }
Property Value
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.