Progress Event

Occurs when PercentDone of the input is read.

Syntax

public open class DefaultNetcodeEventListener : NetcodeEventListener {
  ...
  public override fun progress(e: NetcodeProgressEvent) {}
  ...
}

public class NetcodeProgressEvent {
  val percentDone: Int
}

Remarks

The ProgressStep property determines how often the event is fired.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]