UNPKG

@needle-tools/engine

Version:

Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development with great integrations into editors like Unity or Blender - and can be deployed onto any device! It is flexible, extensible and networking and XR are built-in.

11 lines (10 loc) 529 B
/** The version of the Needle engine */ export declare const VERSION: string; /** The generator used to export the scene / build the web project */ export declare const GENERATOR: string; /** The build time of the project */ export declare const BUILD_TIME: string; export declare const PUBLIC_KEY: string; export declare const activeInHierarchyFieldName = "needle_isActiveInHierarchy"; export declare const builtinComponentKeyName = "builtin_components"; export declare const editorGuidKeyName = "needle_editor_guid";