Packages

final class GameEngine[StartUpData, GameModel, ViewModel] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GameEngine
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GameEngine(fonts: Set[shared.datatypes.FontInfo], animations: Set[shared.animation.Animation], initialise: (platform.assets.AssetCollection) => (shared.dice.Dice) => shared.Startup[StartUpData], initialModel: (StartUpData) => GameModel, initialViewModel: (StartUpData) => (GameModel) => ViewModel, frameProccessor: FrameProcessor[StartUpData, GameModel, ViewModel])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toany2stringadd[GameEngine[StartUpData, GameModel, ViewModel]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GameEngine[StartUpData, GameModel, ViewModel], B)
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toArrowAssoc[GameEngine[StartUpData, GameModel, ViewModel]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. var accumulatedAssetCollection: platform.assets.AssetCollection
  7. val animationsRegister: AnimationsRegister
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. var assetMapping: AssetMapping
  10. val audioPlayer: AudioPlayer
  11. val boundaryLocator: shared.BoundaryLocator
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def ensuring(cond: (GameEngine[StartUpData, GameModel, ViewModel]) => Boolean, msg: => Any): GameEngine[StartUpData, GameModel, ViewModel]
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toEnsuring[GameEngine[StartUpData, GameModel, ViewModel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (GameEngine[StartUpData, GameModel, ViewModel]) => Boolean): GameEngine[StartUpData, GameModel, ViewModel]
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toEnsuring[GameEngine[StartUpData, GameModel, ViewModel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): GameEngine[StartUpData, GameModel, ViewModel]
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toEnsuring[GameEngine[StartUpData, GameModel, ViewModel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): GameEngine[StartUpData, GameModel, ViewModel]
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toEnsuring[GameEngine[StartUpData, GameModel, ViewModel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val fontRegister: FontRegister
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toStringFormat[GameEngine[StartUpData, GameModel, ViewModel]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. var gameConfig: shared.config.GameConfig
  23. var gameLoop: (Long) => (Long) => Unit
  24. var gameLoopInstance: GameLoop[StartUpData, GameModel, ViewModel]
  25. var gamepadInputCapture: GamepadInputCapture
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. var globalEventStream: GlobalEventStream
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. var platform: Platform
  34. def rebuildGameLoop(firstRun: Boolean): (platform.assets.AssetCollection) => Unit
  35. var renderer: Renderer
  36. val sceneProcessor: SceneProcessor
  37. def start(config: shared.config.GameConfig, configAsync: Future[Option[shared.config.GameConfig]], assets: Set[shared.assets.AssetType], assetsAsync: Future[Set[shared.assets.AssetType]]): Unit
    Annotations
    @SuppressWarnings()
  38. var startUpData: StartUpData
  39. var storage: Storage
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (GameEngine[StartUpData, GameModel, ViewModel], B)
    Implicit
    This member is added by an implicit conversion from GameEngine[StartUpData, GameModel, ViewModel] toArrowAssoc[GameEngine[StartUpData, GameModel, ViewModel]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromGameEngine[StartUpData, GameModel, ViewModel] to any2stringadd[GameEngine[StartUpData, GameModel, ViewModel]]

Inherited by implicit conversion StringFormat fromGameEngine[StartUpData, GameModel, ViewModel] to StringFormat[GameEngine[StartUpData, GameModel, ViewModel]]

Inherited by implicit conversion Ensuring fromGameEngine[StartUpData, GameModel, ViewModel] to Ensuring[GameEngine[StartUpData, GameModel, ViewModel]]

Inherited by implicit conversion ArrowAssoc fromGameEngine[StartUpData, GameModel, ViewModel] to ArrowAssoc[GameEngine[StartUpData, GameModel, ViewModel]]

Ungrouped