sparkengineweb
    Preparing search index...

      sparkengineweb

      Components

      AnimationComponent
      BaseComponent
      BoundingBoxComponent
      CameraComponent
      InputComponent
      MaterialComponent
      RigidBodyComponent
      ShapeComponent
      SoundComponent
      TransformComponent
      AnimationComponentProps
      AnimationFrame
      BoundingBoxComponentProps
      CollisionCallbackParams
      ICollidableComponent
      IComponent
      MaterialComponentProps
      RigidBodyComponentProps
      ShapeComponentProps
      SoundComponentProps
      CollisionCallback

      Core

      Rgb
      Vec2
      AABB

      Core Checks if two AABBs are colliding, including empty AABBs (zero width and height).

      isCollision

      Core Converts a centered AABB to a top-left AABB.

      toTopLeftAABB

      Core Converts a top-left AABB to a centered AABB.

      toCenteredAABB

      Core Register the entity in the unique registry

      RegisterUnique

      Core SerializableCallback represents a serializable function, which can be serialized to a string and later deserialized back to a function.

      SerializableCallback

      Core Rounds a number to a specified precision.

      toRounded

      Engine

      GameEngine
      Scene
      GameEngineOptions
      SceneJsonProps

      Entities

      BaseEntity
      GameObject
      StaticObject
      TriggerEntity
      GameObjectProps
      IEntity
      StaticObjectProps
      TriggerEntityProps

      Other

      SetTransformMatrixCommand
      BaseEntityProps
      ComponentProps
      EntityProps
      ImageLoader
      RgbProps
      TransformComponentProps
      UniquenessOpts
      Matrix2D
      WithType
      incrementallyUnique
      registerUniqueValue
      Type
      typeOf
      typesOf
      unregisterUnique

      Physx

      Physx
      OnCollisionCallbackParams
      PhysicalObjectCallbackAggregate
      PhysicsObject

      Platform

      BlendMethod
      KeyStatus
      CanvasDevice
      DOMImageLoader
      ImageAsset
      KeyboardDevice
      SoundAsset
      SoundLoader
      KeyEvent
      InputListenerCallback
      KeyStatusMap

      Renderer

      PrimitiveType
      RenderCommandID
      DrawImageCommand
      DrawPrimitiveCommand
      Renderer
      SetBlendingMethodCommand
      RenderCommand

      Systems

      AnimationSystem
      BaseSystem
      HierarchySystem
      InputSystem
      PhysicsSystem
      RenderSystem
      SoundSystem
      ISystem