Akashic Engine
    Preparing search index...

    Interface ModuleParameterObject

    interface ModuleParameterObject {
        id: string;
        path: string;
        requireFunc: (path: string, currentModule?: Module) => any;
        resolveFunc: (path: string, currentModule?: Module) => string;
        runtimeValueBase: ScriptAssetRuntimeValueBase;
        virtualPath?: string;
    }
    Index

    Properties

    id: string
    path: string
    requireFunc: (path: string, currentModule?: Module) => any
    resolveFunc: (path: string, currentModule?: Module) => string
    runtimeValueBase: ScriptAssetRuntimeValueBase
    virtualPath?: string