UpdateMode

org.nlogo.core.UpdateMode
See theUpdateMode companion object
sealed abstract class UpdateMode(val save: Int) extends Serializable

Attributes

Companion
object
Source
UpdateMode.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object Continuous
object TickBased

Members list

Value members

Concrete fields

val save: Int

Attributes

Source
UpdateMode.scala