Search
Preparing search index...
The search index is not available
@akashic/akashic-engine
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"lib/main.d"
g
ScriptAsset
Class ScriptAsset
Hierarchy
Asset
ScriptAsset
Implements
Destroyable
Index
Constructors
constructor
Properties
id
on
Destroyed
original
Path
path
script
Methods
_asset
Path
Filter
_load
destroy
destroyed
execute
in
Use
Constructors
constructor
new
Script
Asset
(
id
:
string
, path
:
string
)
:
ScriptAsset
Parameters
id:
string
path:
string
Returns
ScriptAsset
Properties
id
id
:
string
on
Destroyed
on
Destroyed
:
Trigger
<
Asset
>
original
Path
original
Path
:
string
path
path
:
string
script
script
:
string
Methods
Private
_asset
Path
Filter
_asset
Path
Filter
(
path
:
string
)
:
string
Parameters
path:
string
Returns
string
Private
_load
_load
(
loader
:
AssetLoadHandler
)
:
void
Parameters
loader:
AssetLoadHandler
Returns
void
destroy
destroy
(
)
:
void
Returns
void
destroyed
destroyed
(
)
:
boolean
Returns
boolean
execute
execute
(
execEnv
:
ScriptAssetExecuteEnvironment
)
:
any
Parameters
execEnv:
ScriptAssetExecuteEnvironment
Returns
any
in
Use
in
Use
(
)
:
boolean
Returns
boolean
Globals
Script
Asset
constructor
id
on
Destroyed
original
Path
path
script
_asset
Path
Filter
_load
destroy
destroyed
execute
in
Use
Generated using
TypeDoc