Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Modules

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

AssetConfigurationMap

AssetConfigurationMap: object

Type declaration

AudioSystemConfigurationMap

AudioSystemConfigurationMap: object

Type declaration

EventFilter

EventFilter: function

Type declaration

    • (events: any[]): any[]
    • Parameters

      • events: any[]

      Returns any[]

ModuleMainScriptsMap

ModuleMainScriptsMap: object

Type declaration

  • [path: string]: string

StorageValueStoreSerialization

StorageValueStoreSerialization: any

Variables

dirname

dirname: string

filename

filename: string

game

game: Game

Functions

_require

  • _require(game: Game, path: string, currentModule?: Module): any
  • Parameters

    • game: Game
    • path: string
    • Optional currentModule: Module

    Returns any

    スクリプト実行結果。通常はScriptAsset#executeの結果。 例外的に、jsonであればTextAsset#dataをJSON.parseした結果が返る

Generated using TypeDoc