Interface ScriptAssetRuntimeValueBase

ScriptAsset の実行時、g 以下に加えられる値を定めた共通interface。

interface ScriptAssetRuntimeValueBase {
    game: any;
}

Hierarchy (view full)

Properties

Properties

game: any

ScriptAsset にひも付けられた Game