sprunk-engine
    Preparing search index...

    Class GameEngineComponentAbstract

    GameEngineComponent

    Base class for all game engine components.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    attachedEngine: null | GameEngineWindow = null

    Methods

    • Parameters

      • gameEngine: GameEngineWindow

        The game engine window this component is attached to.

      Returns void

      onAttachedTo

      can be overriden by subclasses to perform actions when the component is attached to the game engine.

    • When the component is detached from the game engine. Need to dispose of any resources.

      Returns void

      onDetached