Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScriptAssetContext

ScriptAsset の実行コンテキスト。 通常スクリプトアセットを実行するためにはこのクラスを経由する。

ゲーム開発者がこのクラスを利用する必要はない。 スクリプトアセットを実行する場合は、暗黙にこのクラスを利用する require() を用いること。

Hierarchy

  • ScriptAssetContext

Implements

Index

Constructors

constructor

Properties

Private _asset

_asset: ScriptAsset

Private _g

_g: any

Private _game

_game: Game

Private _module

_module: Module

Private _started

_started: boolean

Methods

Private _cachedValue

  • _cachedValue(): any
  • Returns any

Private _executeScript

  • _executeScript(currentModule?: Module): any
  • Parameters

    • Optional currentModule: Module

    Returns any

Generated using TypeDoc