UNPKG

wle-aligner

Version:

Align two Wonderland Engine projects so that they can share, as much as possible, the same resources and structure

10 lines (9 loc) 719 B
import { BundleReport } from "./bundle_report.js"; import { ModifiedComponentPropertyRecord } from "./modified_component_property.js"; export declare const NATIVE_COMPONENTS: string[]; export declare const customCollisionRadiusOptsType: unique symbol; export declare const customCollisionExtentsOptsType: unique symbol; export declare const customPhysxCapsuleOptsType: unique symbol; export declare const customPhysxMeshOptsType: unique symbol; export declare const customOpaqueColorType: unique symbol; export declare function getProjectComponentsDefinitions(projectName: string, projectPath: string, commanderOptions: Record<string, string>, bundleReport: BundleReport): Map<string, ModifiedComponentPropertyRecord>;