Progress Event
Occurs when PercentDone of the input is read.
Syntax
public void fireProgress(NetcodeProgressEvent event); public class NetcodeProgressEvent { public int percentDone; }
Remarks
The ProgressStep property determines how often the event is fired.