sprunk-engine
    Preparing search index...

    A unique game engine component responsible for handling the physics of the game at runtime. (works by Tick)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    attachedEngine: null | GameEngineWindow = null
    gravity: Vector2 = ...
    maxIterationPerTick: number = 128
    minIterationPerTick: number = 1
    rootObject?: GameObject
    satCollisionHandler: SatCollisionHandler = ...

    Methods