@needle-tools/engine 4.9.3 → 4.10.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/components.needle.json +1 -1
- package/dist/{gltf-progressive-DhE1A6hX.min.js → gltf-progressive-CoZbSfPR.min.js} +1 -1
- package/dist/{gltf-progressive-egsMzRdv.js → gltf-progressive-DUR9TuAH.js} +3 -3
- package/dist/{gltf-progressive-DWiyqrwB.umd.cjs → gltf-progressive-Iy7aSAPk.umd.cjs} +1 -1
- package/dist/{needle-engine.bundle-C7LSzO5L.umd.cjs → needle-engine.bundle-6so_os_w.umd.cjs} +179 -145
- package/dist/{needle-engine.bundle-BAsxNKpA.js → needle-engine.bundle-Dj2DYdMY.js} +7699 -7235
- package/dist/needle-engine.bundle-Djy6H4lx.min.js +1650 -0
- package/dist/needle-engine.js +460 -456
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/dist/{postprocessing-BZOSD1ln.min.js → postprocessing-BHMVuZQ1.min.js} +1 -1
- package/dist/{postprocessing-Bb5StX0o.umd.cjs → postprocessing-BsnRNRRS.umd.cjs} +1 -1
- package/dist/{postprocessing-BzFF7i-7.js → postprocessing-DQ2pynXW.js} +2 -2
- package/dist/{three-BK56xWDs.umd.cjs → three-B-jwTHao.umd.cjs} +11 -11
- package/dist/{three-CsHK73Zc.js → three-CJSAehtG.js} +1 -0
- package/dist/{three-examples-Bph291U2.min.js → three-examples-BivkhnvN.min.js} +1 -1
- package/dist/{three-examples-C9WfZu-X.umd.cjs → three-examples-Deqc1bNw.umd.cjs} +1 -1
- package/dist/{three-examples-BvMpKSun.js → three-examples-Doq0rvFU.js} +1 -1
- package/dist/{three-mesh-ui-CN6aRT7i.js → three-mesh-ui-CktOi6oI.js} +1 -1
- package/dist/{three-mesh-ui-DnxkZWNA.umd.cjs → three-mesh-ui-CsHwj9cJ.umd.cjs} +1 -1
- package/dist/{three-mesh-ui-n_qS2BM-.min.js → three-mesh-ui-DhYXcXZe.min.js} +1 -1
- package/dist/{three-TNFQHSFa.min.js → three-qw28ZtTy.min.js} +10 -10
- package/dist/{vendor-BtJpSuCj.umd.cjs → vendor-D0Yvltn9.umd.cjs} +1 -1
- package/dist/{vendor-k9i6CeGi.js → vendor-DU8tJyl_.js} +1 -1
- package/dist/{vendor-XJ9xiwrv.min.js → vendor-JyrX4DVM.min.js} +1 -1
- package/lib/engine/api.d.ts +1 -0
- package/lib/engine/api.js +1 -0
- package/lib/engine/api.js.map +1 -1
- package/lib/engine/codegen/register_types.js +6 -0
- package/lib/engine/codegen/register_types.js.map +1 -1
- package/lib/engine/engine_animation.d.ts +21 -1
- package/lib/engine/engine_animation.js +32 -1
- package/lib/engine/engine_animation.js.map +1 -1
- package/lib/engine/engine_camera.d.ts +7 -1
- package/lib/engine/engine_camera.fit.d.ts +68 -0
- package/lib/engine/engine_camera.fit.js +166 -0
- package/lib/engine/engine_camera.fit.js.map +1 -0
- package/lib/engine/engine_camera.js +46 -6
- package/lib/engine/engine_camera.js.map +1 -1
- package/lib/engine/engine_context.d.ts +6 -0
- package/lib/engine/engine_context.js +48 -9
- package/lib/engine/engine_context.js.map +1 -1
- package/lib/engine/engine_gizmos.d.ts +2 -2
- package/lib/engine/engine_gizmos.js +2 -2
- package/lib/engine/engine_physics.js +6 -3
- package/lib/engine/engine_physics.js.map +1 -1
- package/lib/engine/webcomponents/logo-element.d.ts +1 -1
- package/lib/engine/webcomponents/logo-element.js +29 -5
- package/lib/engine/webcomponents/logo-element.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu.js +4 -3
- package/lib/engine/webcomponents/needle menu/needle-menu.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.d.ts +1 -0
- package/lib/engine/webcomponents/needle-engine.js +6 -0
- package/lib/engine/webcomponents/needle-engine.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.loading.d.ts +0 -1
- package/lib/engine/webcomponents/needle-engine.loading.js +62 -59
- package/lib/engine/webcomponents/needle-engine.loading.js.map +1 -1
- package/lib/engine-components/AnimatorController.js +16 -0
- package/lib/engine-components/AnimatorController.js.map +1 -1
- package/lib/engine-components/CameraUtils.js +8 -9
- package/lib/engine-components/CameraUtils.js.map +1 -1
- package/lib/engine-components/OrbitControls.d.ts +7 -47
- package/lib/engine-components/OrbitControls.js +25 -149
- package/lib/engine-components/OrbitControls.js.map +1 -1
- package/lib/engine-components/Renderer.d.ts +2 -2
- package/lib/engine-components/Renderer.js +10 -5
- package/lib/engine-components/Renderer.js.map +1 -1
- package/lib/engine-components/api.d.ts +0 -1
- package/lib/engine-components/api.js.map +1 -1
- package/lib/engine-components/codegen/components.d.ts +3 -0
- package/lib/engine-components/codegen/components.js +3 -0
- package/lib/engine-components/codegen/components.js.map +1 -1
- package/lib/engine-components/timeline/PlayableDirector.d.ts +35 -6
- package/lib/engine-components/timeline/PlayableDirector.js +67 -26
- package/lib/engine-components/timeline/PlayableDirector.js.map +1 -1
- package/lib/engine-components/timeline/TimelineModels.d.ts +11 -0
- package/lib/engine-components/timeline/TimelineModels.js.map +1 -1
- package/lib/engine-components/timeline/TimelineTracks.d.ts +7 -0
- package/lib/engine-components/timeline/TimelineTracks.js +23 -2
- package/lib/engine-components/timeline/TimelineTracks.js.map +1 -1
- package/lib/engine-components/utils/LookAt.js +5 -1
- package/lib/engine-components/utils/LookAt.js.map +1 -1
- package/lib/engine-components/web/Clickthrough.d.ts +3 -0
- package/lib/engine-components/web/Clickthrough.js +13 -2
- package/lib/engine-components/web/Clickthrough.js.map +1 -1
- package/lib/engine-components/web/CursorFollow.d.ts +3 -0
- package/lib/engine-components/web/CursorFollow.js +3 -0
- package/lib/engine-components/web/CursorFollow.js.map +1 -1
- package/lib/engine-components/web/HoverAnimation.d.ts +44 -0
- package/lib/engine-components/web/HoverAnimation.js +105 -0
- package/lib/engine-components/web/HoverAnimation.js.map +1 -0
- package/lib/engine-components/web/ScrollFollow.d.ts +40 -4
- package/lib/engine-components/web/ScrollFollow.js +256 -27
- package/lib/engine-components/web/ScrollFollow.js.map +1 -1
- package/lib/engine-components/web/ViewBox.d.ts +16 -0
- package/lib/engine-components/web/ViewBox.js +183 -0
- package/lib/engine-components/web/ViewBox.js.map +1 -0
- package/lib/engine-components/web/index.d.ts +2 -0
- package/lib/engine-components/web/index.js +2 -0
- package/lib/engine-components/web/index.js.map +1 -1
- package/package.json +1 -1
- package/plugins/vite/alias.js +5 -3
- package/plugins/vite/poster-client.js +22 -21
- package/src/engine/api.ts +2 -1
- package/src/engine/codegen/register_types.ts +6 -0
- package/src/engine/engine_animation.ts +69 -1
- package/src/engine/engine_camera.fit.ts +258 -0
- package/src/engine/engine_camera.ts +62 -8
- package/src/engine/engine_context.ts +50 -10
- package/src/engine/engine_gizmos.ts +2 -2
- package/src/engine/engine_physics.ts +6 -3
- package/src/engine/webcomponents/logo-element.ts +29 -4
- package/src/engine/webcomponents/needle menu/needle-menu.ts +4 -3
- package/src/engine/webcomponents/needle-engine.loading.ts +95 -56
- package/src/engine/webcomponents/needle-engine.ts +6 -1
- package/src/engine-components/AnimatorController.ts +21 -2
- package/src/engine-components/CameraUtils.ts +8 -9
- package/src/engine-components/OrbitControls.ts +36 -206
- package/src/engine-components/Renderer.ts +10 -5
- package/src/engine-components/api.ts +0 -1
- package/src/engine-components/codegen/components.ts +3 -0
- package/src/engine-components/timeline/PlayableDirector.ts +88 -34
- package/src/engine-components/timeline/TimelineModels.ts +11 -0
- package/src/engine-components/timeline/TimelineTracks.ts +26 -2
- package/src/engine-components/utils/LookAt.ts +5 -1
- package/src/engine-components/web/Clickthrough.ts +14 -2
- package/src/engine-components/web/CursorFollow.ts +3 -0
- package/src/engine-components/web/HoverAnimation.ts +99 -0
- package/src/engine-components/web/ScrollFollow.ts +316 -25
- package/src/engine-components/web/ViewBox.ts +199 -0
- package/src/engine-components/web/index.ts +3 -1
- package/dist/needle-engine.bundle-ugr1bBtk.min.js +0 -1616
package/dist/needle-engine.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { GameObject as r, onClear as i, onDestroy as a, onInitialized as s, onAfterRender as l, onBeforeRender as d, onUpdate as c, onStart as m, loadAsset as p, NeedleXRSession as g, Context as u, VERSION as S, Component as C, Components as y } from "./needle-engine.bundle-
|
|
2
|
-
import { $physicsKey as P, ActionBuilder as A, ActionCollection as T, ActionModel as b, Addressables as M, AlignmentConstraint as I, AmbientMode as D, Animation as O, AnimationCurve as x, AnimationExtension as k, AnimationTrackHandler as L, AnimationUtils as N, Animator as F, AnimatorConditionMode as B, AnimatorController as U, AnimatorControllerParameterType as w, AnimatorStateInfo as G, Antialiasing as W, Application as H, AssetDatabase as X, AssetReference as z, Attractor as V, AudioExtension as _, AudioListener as j, AudioSource as K, AudioTrackHandler as Z, Avatar as Q, AvatarBlink_Simple as Y, AvatarEyeLook_Rotation as $, AvatarLoader as J, AvatarMarker as q, AvatarModel as ee, Avatar_Brain_LookAt as te, Avatar_MouthShapes as oe, Avatar_MustacheShake as re, Avatar_POI as ne, Axes as ie, AxesHelper as ae, BUILD_TIME as se, BaseUIComponent as le, BasicIKConstraint as de, BehaviorExtension as ce, BehaviorModel as me, Component$1 as pe, BlobStorage as ge, BloomEffect as ue, BoxCollider as Se, BoxGizmo as Ce, BoxHelperComponent as ye, Button as Ee, ButtonsFactory as Re, CallDirection as he, CallInfo as fe, Camera as ve, CameraTargetReachedEvent as Pe, Canvas as Ae, CanvasGroup as Te, CapsuleCollider as be, ChangeMaterialOnClick as Me, ChangeTransformOnClick as Ie, CharacterController as De, CharacterControllerInput as Oe, ChromaticAberration as xe, CircularBuffer as ke, ClearFlags as Le, ClickThrough as Ne, ClipExtrapolation as Fe, Collider as Be, Collision as Ue, CollisionDetectionMode as we, ColorAdjustments as Ge, ColorBySpeedModule as We, ColorOverLifetimeModule as He, Component$1 as Xe, ComponentLifecycleEvents as ze, ConnectionEvents as Ve, ContactPoint as _e, ContactShadows as je, ContextArgs as Ke, ContextEvent as Ze, ContextRegistry as Qe, ControlTrackHandler as Ye, CursorFollow as $e, CustomBranding as Je, CustomShader as qe, DefaultReflectionMode as et, Deletable as tt, DeleteBox as ot, DepthOfField as rt, DeviceFlag as nt, DeviceUtilities as it, DocumentExtension as at, DragControls as st, DragMode as lt, DropListener as dt, Duplicatable as ct, EffectWrapper as mt, EmissionModule as pt, EmphasizeOnClick as gt, EngineLoadingView as ut, EnvironmentScene as St, EventList as Ct, EventListEvent as yt, EventSystem as Et, EventTrigger as Rt, FieldWithDefault as ht, FileReference as ft, FileReferenceSerializer as vt, FileSpawnModel as Pt, File_Event as At, FixedJoint as Tt, Fog as bt, FrameEvent as Mt, GENERATOR as It, Gizmos as Dt, GltfExport as Ot, GltfExportBox as xt, Gradient as kt, Graphic as Lt, GraphicRaycaster as Nt, Graphics as Ft, GridHelper as Bt, GridLayoutGroup as Ut, GroundProjectedEnv as wt, GroupActionModel as Gt, HideFlags as Wt, HideOnStart as Ht, HingeJoint as Xt, HorizontalLayoutGroup as zt, HostData as Vt, Image as _t, ImageReference as jt, ImageReferenceSerializer as Kt, InheritVelocityModule as Zt, Input as Qt, InputEventQueue as Yt, InputEvents as $t, InputField as Jt, InstanceHandle as qt, InstancingHandler as eo, InstancingUtil as to, InstantiateEvent as oo, InstantiateIdProvider as ro, InstantiateOptions as no, Interactable as io, InternalScreenshotUtils as ao, JoinedRoomResponse as so, KeyEventArgs as lo, Keyframe as co, LODGroup as mo, LODModel as po, LeftRoomResponse as go, Light as uo, LightData as So, LimitVelocityOverLifetimeModule as Co, LoadingElementOptions as yo, LogStats as Eo, LogType as Ro, LookAt as ho, LookAtConstraint as fo, MainModule as vo, MarkerType as Po, MaskableGraphic as Ao, Mathf as To, MeshCollider as bo, MeshRenderer as Mo, MinMaxCurve as Io, MinMaxGradient as Do, NEEDLE_ENGINE_FEATURE_FLAGS as Oo, MODULES as xo, NEKeyboardEvent as ko, NEPointerEvent as Lo, NeedleButtonElement as No, ContextRegistry as Fo, NeedleEngineModelLoader as Bo, NeedleEngineWebComponent as Uo, NeedleMenu as wo, NeedlePatchesKey as Go, USDZExporter$1 as Wo, NeedleXRController as Ho, NeedleXRSync as Xo, NeedleXRUtils as zo, NestedGltf as Vo, NetworkConnection as _o, NetworkedStreamEvents as jo, NetworkedStreams as Ko, Networking as Zo, NewInstanceModel as Qo, NoiseModule as Yo, ObjectRaycaster as $o, ObjectUtils as Jo, OffsetConstraint as qo, OneEuroFilter as er, OneEuroFilterXYZ as tr, OpenURL as or, OrbitControls as rr, Outline as nr, OwnershipEvent as ir, OwnershipModel as ar, PUBLIC_KEY as sr, Padding as lr, ParticleBurst as dr, ParticleSubEmitter as cr, ParticleSystem as mr, ParticleSystemBaseBehaviour as pr, ParticleSystemRenderer as gr, ParticleSystemShapeType as ur, PeerHandle as Sr, PeerNetworking as Cr, Physics as yr, PhysicsExtension as Er, PhysicsMaterialCombine as Rr, PixelationEffect as hr, PlayAnimationOnClick as fr, PlayAudioOnClick as vr, PlayableDirector as Pr, PlayerColor as Ar, PlayerState as Tr, PlayerStateEvent as br, PlayerSync as Mr, PlayerView as Ir, PlayerViewManager as Dr, PointerEventData as Or, PointerType as xr, PostProcessingEffect as kr, PostProcessingEffectOrder as Lr, PostProcessingHandler as Nr, Volume as Fr, PreliminaryAction as Br, PreliminaryTrigger as Ur, PreviewHelper as wr, PrimitiveType as Gr, Progress as Wr, PromiseAllWithErrors as Hr, PromiseErrorResult as Xr, RGBAColor as zr, RapierPhysics as Vr, RawImage as _r, RaycastOptions as jr, Rect as Kr, RectTransform as Zr, ReflectionProbe as Qr, RegisteredAnimationInfo as Yr, RemoteSkybox as $r, RenderTexture as Jr, RenderTextureSerializer as qr, Renderer as en, RendererData as tn, RendererLightmap as on, Rigidbody as rn, RigidbodyConstraints as nn, RoomEvents as an, RotationBySpeedModule as sn, RotationOverLifetimeModule as ln, SceneLightSettings as dn, SceneSwitcher as cn, ScreenCapture as mn, ScreenSpaceAmbientOcclusion as pn, ScreenSpaceAmbientOcclusionN8 as gn, ScrollFollow as un, SendQueue as Sn, SerializationContext as Cn, SetActiveOnClick as yn, ShadowCatcher as En, ShapeModule as Rn, ShapeOverlapResult as hn, SharpeningEffect as fn, SignalAsset as vn, SignalReceiver as Pn, SignalReceiverEvent as An, SignalTrackHandler as Tn, Size as bn, SizeBySpeedModule as Mn, SizeOverLifetimeModule as In, SkinnedMeshRenderer as Dn, SmoothFollow as On, SpatialGrabRaycaster as xn, SpatialHtml as kn, SpatialTrigger as Ln, SpatialTriggerReceiver as Nn, SpectatorCamera as Fn, SphereCollider as Bn, SphereIntersection as Un, SplineContainer as wn, SplineData as Gn, SplineUtils as Wn, SplineWalker as Hn, Sprite as Xn, SpriteData as zn, SpriteRenderer as Vn, SpriteSheet as _n, StateMachineBehaviour as jn, StreamEndedEvent as Kn, StreamReceivedEvent as Zn, SubEmitterSystem as Qn, SyncedCamera as Yn, SyncedRoom as $n, SyncedTransform as Jn, TapGestureTrigger as qn, TeleportTarget as ei, TestRunner as ti, TestSceneUtils as oi, TestSimulateUserData as ri, Text as ni, TextBuilder as ii, TextExtension as ai, TextureSheetAnimationModule as si, TiltShiftEffect as li, Time as di, ToneMappingEffect as ci, TrackHandler as mi, TrackType as pi, TrailModule as gi, TransformData as ui, TransformGizmo as Si, TriggerBuilder as Ci, TriggerModel as yi, TypeStore as Ei, UIRaycastUtils as Ri, UIRootComponent as hi, USDDocument as fi, USDObject as vi, USDWriter as Pi, USDZExporter as Ai, USDZText as Ti, USDZUIExtension as bi, UriSerializer as Mi, UsageMarker as Ii, UserJoinedOrLeftRoomModel as Di, VariantAction as Oi, VelocityOverLifetimeModule as xi, VerticalLayoutGroup as ki, VideoPlayer as Li, ViewDevice as Ni, Vignette as Fi, VisibilityAction as Bi, Voip as Ui, Volume as wi, VolumeParameter as Gi, VolumeProfile as Wi, WaitForFrames as Hi, WaitForPromise as Xi, WaitForSeconds as zi, Watch as Vi, WebARCameraBackground as _i, WebARSessionRoot as ji, WebXR as Ki, WebXRButtonFactory as Zi, WebXRImageTracking as Qi, WebXRImageTrackingModel as Yi, WebXRPlaneTracking as $i, WebXRTrackedImage as Ji, XRControllerFollow as qi, XRControllerModel as ea, XRControllerMovement as ta, XRFlag as oa, XRRig as ra, XRState as na, XRStateFlag as ia, __Ignore as aa, __internalNotifyObjectDestroyed as sa, activeInHierarchyFieldName as la, addAttributeChangeCallback as da, addComponent as ca, addCustomExtensionPlugin as ma, addNewComponent as pa, addPatch as ga, apply as ua, applyHMRChanges as Sa, applyPrototypeExtensions as Ca, beginListenDestroy as ya, beginListenInstantiate as Ea, binaryIdentifierCasts as Ra, build_scene_functions as ha, builtinComponentKeyName as fa, calculateProgress01 as va, clearMessages as Pa, clearMessages as Aa, colorSerializer as Ta, compareAssociation as ba, componentSerializer as Ma, copyTexture as Ia, createMotion as Da, debugNet as Oa, debugOwner as xa, decompressGpuTexture as ka, deepClone as La, delay as Na, delayForFrames as Fa, deserializeObject as Ba, destroy as Ua, destroyComponentInstance as wa, determineMimeTypeFromExtension as Ga, disposeObjectResources as Wa, disposeStream as Ha, editorGuidKeyName as Xa, enableSpatialConsole as za, euler as Va, eventListSerializer as _a, exportAsGLTF as ja, findByGuid as Ka, findObjectOfType as Za, findObjectsOfType as Qa, findResourceUsers as Ya, fitObjectIntoVolume as $a, foreachComponent as Ja, foreachComponentEnumerator as qa, forward as es, generateQRCode as ts, generateSeed as os, getBoundingBox as rs, getCameraController as ns, getComponent as is, getComponentInChildren as as, getComponentInParent as ss, getComponents as ls, getComponentsInChildren as ds, getComponentsInParent as cs, getFormattedDate as ms, getIconElement as ps, getIconTexture as gs, getLoader as us, getOrAddComponent as Ss, getParam as Cs, getParentHierarchyPath as ys, getPath as Es, getPeerOptions as Rs, getPeerjsInstance as hs, getResourceUserCount as fs, getTempColor as vs, getTempQuaternion as Ps, getTempVector as As, getUrlParams as Ts, getVisibleInCustomShadowRendering as bs, getWorldDirection as Ms, getWorldEuler as Is, getWorldPosition as Ds, getWorldQuaternion as Os, getWorldRotation as xs, getWorldScale as ks, hasCommercialLicense as Ls, hasIndieLicense as Ns, hasPointerEventComponent as Fs, hasProLicense as Bs, hideDebugConsole as Us, imageToCanvas as ws, instantiate as Gs, invokeLoadedImportPluginHooks as Ws, invokeXRSessionEnd as Hs, invokeXRSessionStart as Xs, isActiveInHierarchy as zs, isActiveSelf as Vs, isAndroidDevice as _s, isAnimationAction as js, isComponent as Ks, isDebugMode as Zs, isDesktop as Qs, isDestroyed as Ys, isDevEnvironment as $s, isDisposed as Js, isExporting as qs, isGLTFModel as el, isHostedOnGlitch as tl, isHotReloadEnabled as ol, isHotReloading as rl, isIPad as nl, isIconElement as il, isLocalNetwork as al, isMacOS as sl, isMobileDevice as ll, isMozillaXR as dl, isQuest as cl, isResourceTrackingEnabled as ml, isSafari as pl, isUsingInstancing as gl, isiOS as ul, isiPad as Sl, loadPMREM as Cl, loadSync as yl, logHierarchy as El, lookAtInverse as Rl, lookAtObject as hl, lookAtScreenPoint as fl, makeId as vl, makeIdFromRandomWords as Pl, makeNameSafe as Al, markAsInstancedRendered as Tl, microphonePermissionsGranted as bl, nameof as Ml, nameofFactory as Il, objectSerializer as Dl, offXRSessionEnd as Ol, offXRSessionStart as xl, onXRSessionEnd as kl, onXRSessionStart as Ll, parseSync as Nl, placeOnSurface as Fl, postprocessFBXMaterials as Bl, prefix as Ul, pushState as wl, randomNumber as Gl, registerBinaryType as Wl, registerComponent as Hl, registerComponentExtension as Xl, registerCustomEffectType as zl, registerExportExtensions as Vl, registerExtensions as _l, registerHotReloadType as jl, registerLoader as Kl, registerPrefabProvider as Zl, registerPrototypeExtensions as Ql, registerType as Yl, relativePathPrefix as $l, removeAttributeChangeCallback as Jl, removeComponent as ql, removeCustomImportExtensionType as ed, removePatch as td, resolveUrl as od, sanitizeString as rd, saveImage as nd, screenshot as id, screenshot2 as ad, sendDestroyed as sd, serializable as ld, serializeObject as dd, serializeable as cd, setActive as md, setAllowBalloonMessages as pd, setAllowOverlayMessages as gd, setAutoFitEnabled as ud, setCameraController as Sd, setDestroyed as Cd, setDevEnvironment as yd, setDisposable as Ed, setDontDestroy as Rd, setOrAddParamsToUrl as hd, setParam as fd, setParamWithoutReload as vd, setPeerOptions as Pd, setResourceTrackingEnabled as Ad, setState as Td, setVisibleInCustomShadowRendering as bd, setWorldEuler as Md, setWorldPosition as Id, setWorldPositionXYZ as Dd, setWorldQuaternion as Od, setWorldQuaternionXYZW as xd, setWorldRotation as kd, setWorldRotationXYZ as Ld, setWorldScale as Nd, showBalloonError as Fd, showBalloonMessage as Bd, showBalloonWarning as Ud, showDebugConsole as wd, slerp as Gd, syncDestroy as Wd, syncField as Hd, syncInstantiate as Xd, textureToCanvas as zd, tryCastBinary as Vd, tryDetermineMimetypeFromBinary as _d, tryDetermineMimetypeFromURL as jd, tryFindObject as Kd, tryGetGuid as Zd, unregisterHotReloadType as Qd, unwatchWrite as Yd, useForAutoFit as $d, validate as Jd, watchWrite as qd } from "./needle-engine.bundle-BAsxNKpA.js";
|
|
3
|
-
import { NEEDLE_progressive as
|
|
4
|
-
import { THREE as E } from "./three-
|
|
1
|
+
import { GameObject as r, onClear as i, onDestroy as a, onInitialized as s, onAfterRender as l, onBeforeRender as d, onUpdate as c, onStart as m, loadAsset as p, NeedleXRSession as g, Context as u, VERSION as S, Component as C, Components as y } from "./needle-engine.bundle-Dj2DYdMY.js";
|
|
2
|
+
import { $physicsKey as P, ActionBuilder as A, ActionCollection as T, ActionModel as b, Addressables as M, AlignmentConstraint as I, AmbientMode as D, Animation as O, AnimationCurve as x, AnimationExtension as k, AnimationTrackHandler as L, AnimationUtils as N, Animator as B, AnimatorConditionMode as F, AnimatorController as w, AnimatorControllerParameterType as U, AnimatorStateInfo as G, Antialiasing as W, Application as H, AssetDatabase as X, AssetReference as z, Attractor as V, AudioExtension as _, AudioListener as j, AudioSource as K, AudioTrackHandler as Z, Avatar as Q, AvatarBlink_Simple as Y, AvatarEyeLook_Rotation as $, AvatarLoader as J, AvatarMarker as q, AvatarModel as ee, Avatar_Brain_LookAt as te, Avatar_MouthShapes as oe, Avatar_MustacheShake as re, Avatar_POI as ne, Axes as ie, AxesHelper as ae, BUILD_TIME as se, BaseUIComponent as le, BasicIKConstraint as de, BehaviorExtension as ce, BehaviorModel as me, Component$1 as pe, BlobStorage as ge, BloomEffect as ue, BoxCollider as Se, BoxGizmo as Ce, BoxHelperComponent as ye, Button as Ee, ButtonsFactory as Re, CallDirection as he, CallInfo as fe, Camera as ve, CameraTargetReachedEvent as Pe, Canvas as Ae, CanvasGroup as Te, CapsuleCollider as be, ChangeMaterialOnClick as Me, ChangeTransformOnClick as Ie, CharacterController as De, CharacterControllerInput as Oe, ChromaticAberration as xe, CircularBuffer as ke, ClearFlags as Le, ClickThrough as Ne, ClipExtrapolation as Be, Collider as Fe, Collision as we, CollisionDetectionMode as Ue, ColorAdjustments as Ge, ColorBySpeedModule as We, ColorOverLifetimeModule as He, Component$1 as Xe, ComponentLifecycleEvents as ze, ConnectionEvents as Ve, ContactPoint as _e, ContactShadows as je, ContextArgs as Ke, ContextEvent as Ze, ContextRegistry as Qe, ControlTrackHandler as Ye, CursorFollow as $e, CustomBranding as Je, CustomShader as qe, DefaultReflectionMode as et, Deletable as tt, DeleteBox as ot, DepthOfField as rt, DeviceFlag as nt, DeviceUtilities as it, DocumentExtension as at, DragControls as st, DragMode as lt, DropListener as dt, Duplicatable as ct, EffectWrapper as mt, EmissionModule as pt, EmphasizeOnClick as gt, EngineLoadingView as ut, EnvironmentScene as St, EventList as Ct, EventListEvent as yt, EventSystem as Et, EventTrigger as Rt, FieldWithDefault as ht, FileReference as ft, FileReferenceSerializer as vt, FileSpawnModel as Pt, File_Event as At, FixedJoint as Tt, Fog as bt, FrameEvent as Mt, GENERATOR as It, Gizmos as Dt, GltfExport as Ot, GltfExportBox as xt, Gradient as kt, Graphic as Lt, GraphicRaycaster as Nt, Graphics as Bt, GridHelper as Ft, GridLayoutGroup as wt, GroundProjectedEnv as Ut, GroupActionModel as Gt, HideFlags as Wt, HideOnStart as Ht, HingeJoint as Xt, HorizontalLayoutGroup as zt, HostData as Vt, HoverAnimation as _t, Image as jt, ImageReference as Kt, ImageReferenceSerializer as Zt, InheritVelocityModule as Qt, Input as Yt, InputEventQueue as $t, InputEvents as Jt, InputField as qt, InstanceHandle as eo, InstancingHandler as to, InstancingUtil as oo, InstantiateEvent as ro, InstantiateIdProvider as no, InstantiateOptions as io, Interactable as ao, InternalScreenshotUtils as so, JoinedRoomResponse as lo, KeyEventArgs as co, Keyframe as mo, LODGroup as po, LODModel as go, LeftRoomResponse as uo, Light as So, LightData as Co, LimitVelocityOverLifetimeModule as yo, LoadingElementOptions as Eo, LogStats as Ro, LogType as ho, LookAt as fo, LookAtConstraint as vo, MainModule as Po, MarkerTrackHandler as Ao, MarkerType as To, MaskableGraphic as bo, Mathf as Mo, MeshCollider as Io, MeshRenderer as Do, MinMaxCurve as Oo, MinMaxGradient as xo, NEEDLE_ENGINE_FEATURE_FLAGS as ko, MODULES as Lo, NEKeyboardEvent as No, NEPointerEvent as Bo, NeedleButtonElement as Fo, ContextRegistry as wo, NeedleEngineModelLoader as Uo, NeedleEngineWebComponent as Go, NeedleMenu as Wo, NeedlePatchesKey as Ho, USDZExporter$1 as Xo, NeedleXRController as zo, NeedleXRSync as Vo, NeedleXRUtils as _o, NestedGltf as jo, NetworkConnection as Ko, NetworkedStreamEvents as Zo, NetworkedStreams as Qo, Networking as Yo, NewInstanceModel as $o, NoiseModule as Jo, ObjectRaycaster as qo, ObjectUtils as er, OffsetConstraint as tr, OneEuroFilter as or, OneEuroFilterXYZ as rr, OpenURL as nr, OrbitControls as ir, Outline as ar, OwnershipEvent as sr, OwnershipModel as lr, PUBLIC_KEY as dr, Padding as cr, ParticleBurst as mr, ParticleSubEmitter as pr, ParticleSystem as gr, ParticleSystemBaseBehaviour as ur, ParticleSystemRenderer as Sr, ParticleSystemShapeType as Cr, PeerHandle as yr, PeerNetworking as Er, Physics as Rr, PhysicsExtension as hr, PhysicsMaterialCombine as fr, PixelationEffect as vr, PlayAnimationOnClick as Pr, PlayAudioOnClick as Ar, PlayableDirector as Tr, PlayerColor as br, PlayerState as Mr, PlayerStateEvent as Ir, PlayerSync as Dr, PlayerView as Or, PlayerViewManager as xr, PointerEventData as kr, PointerType as Lr, PostProcessingEffect as Nr, PostProcessingEffectOrder as Br, PostProcessingHandler as Fr, Volume as wr, PreliminaryAction as Ur, PreliminaryTrigger as Gr, PreviewHelper as Wr, PrimitiveType as Hr, Progress as Xr, PromiseAllWithErrors as zr, PromiseErrorResult as Vr, RGBAColor as _r, RapierPhysics as jr, RawImage as Kr, RaycastOptions as Zr, Rect as Qr, RectTransform as Yr, ReflectionProbe as $r, RegisteredAnimationInfo as Jr, RemoteSkybox as qr, RenderTexture as en, RenderTextureSerializer as tn, Renderer as on, RendererData as rn, RendererLightmap as nn, Rigidbody as an, RigidbodyConstraints as sn, RoomEvents as ln, RotationBySpeedModule as dn, RotationOverLifetimeModule as cn, SceneLightSettings as mn, SceneSwitcher as pn, ScreenCapture as gn, ScreenSpaceAmbientOcclusion as un, ScreenSpaceAmbientOcclusionN8 as Sn, ScrollFollow as Cn, SendQueue as yn, SerializationContext as En, SetActiveOnClick as Rn, ShadowCatcher as hn, ShapeModule as fn, ShapeOverlapResult as vn, SharpeningEffect as Pn, SignalAsset as An, SignalReceiver as Tn, SignalReceiverEvent as bn, SignalTrackHandler as Mn, Size as In, SizeBySpeedModule as Dn, SizeOverLifetimeModule as On, SkinnedMeshRenderer as xn, SmoothFollow as kn, SpatialGrabRaycaster as Ln, SpatialHtml as Nn, SpatialTrigger as Bn, SpatialTriggerReceiver as Fn, SpectatorCamera as wn, SphereCollider as Un, SphereIntersection as Gn, SplineContainer as Wn, SplineData as Hn, SplineUtils as Xn, SplineWalker as zn, Sprite as Vn, SpriteData as _n, SpriteRenderer as jn, SpriteSheet as Kn, StateMachineBehaviour as Zn, StreamEndedEvent as Qn, StreamReceivedEvent as Yn, SubEmitterSystem as $n, SyncedCamera as Jn, SyncedRoom as qn, SyncedTransform as ei, TapGestureTrigger as ti, TeleportTarget as oi, TestRunner as ri, TestSceneUtils as ni, TestSimulateUserData as ii, Text as ai, TextBuilder as si, TextExtension as li, TextureSheetAnimationModule as di, TiltShiftEffect as ci, Time as mi, ToneMappingEffect as pi, TrackHandler as gi, TrackType as ui, TrailModule as Si, TransformData as Ci, TransformGizmo as yi, TriggerBuilder as Ei, TriggerModel as Ri, TypeStore as hi, UIRaycastUtils as fi, UIRootComponent as vi, USDDocument as Pi, USDObject as Ai, USDWriter as Ti, USDZExporter as bi, USDZText as Mi, USDZUIExtension as Ii, UriSerializer as Di, UsageMarker as Oi, UserJoinedOrLeftRoomModel as xi, VariantAction as ki, VelocityOverLifetimeModule as Li, VerticalLayoutGroup as Ni, VideoPlayer as Bi, ViewBox as Fi, ViewDevice as wi, Vignette as Ui, VisibilityAction as Gi, Voip as Wi, Volume as Hi, VolumeParameter as Xi, VolumeProfile as zi, WaitForFrames as Vi, WaitForPromise as _i, WaitForSeconds as ji, Watch as Ki, WebARCameraBackground as Zi, WebARSessionRoot as Qi, WebXR as Yi, WebXRButtonFactory as $i, WebXRImageTracking as Ji, WebXRImageTrackingModel as qi, WebXRPlaneTracking as ea, WebXRTrackedImage as ta, XRControllerFollow as oa, XRControllerModel as ra, XRControllerMovement as na, XRFlag as ia, XRRig as aa, XRState as sa, XRStateFlag as la, __Ignore as da, __internalNotifyObjectDestroyed as ca, activeInHierarchyFieldName as ma, addAttributeChangeCallback as pa, addComponent as ga, addCustomExtensionPlugin as ua, addNewComponent as Sa, addPatch as Ca, apply as ya, applyHMRChanges as Ea, applyPrototypeExtensions as Ra, beginListenDestroy as ha, beginListenInstantiate as fa, binaryIdentifierCasts as va, build_scene_functions as Pa, builtinComponentKeyName as Aa, calculateProgress01 as Ta, clearMessages as ba, clearMessages as Ma, colorSerializer as Ia, compareAssociation as Da, componentSerializer as Oa, copyTexture as xa, createMotion as ka, debugNet as La, debugOwner as Na, decompressGpuTexture as Ba, deepClone as Fa, delay as wa, delayForFrames as Ua, deserializeObject as Ga, destroy as Wa, destroyComponentInstance as Ha, determineMimeTypeFromExtension as Xa, disposeObjectResources as za, disposeStream as Va, editorGuidKeyName as _a, enableSpatialConsole as ja, euler as Ka, eventListSerializer as Za, exportAsGLTF as Qa, findByGuid as Ya, findObjectOfType as $a, findObjectsOfType as Ja, findResourceUsers as qa, fitCamera as es, fitObjectIntoVolume as ts, foreachComponent as os, foreachComponentEnumerator as rs, forward as ns, generateQRCode as is, generateSeed as as, getBoundingBox as ss, getCameraController as ls, getComponent as ds, getComponentInChildren as cs, getComponentInParent as ms, getComponents as ps, getComponentsInChildren as gs, getComponentsInParent as us, getFormattedDate as Ss, getIconElement as Cs, getIconTexture as ys, getLoader as Es, getOrAddComponent as Rs, getParam as hs, getParentHierarchyPath as fs, getPath as vs, getPeerOptions as Ps, getPeerjsInstance as As, getResourceUserCount as Ts, getTempColor as bs, getTempQuaternion as Ms, getTempVector as Is, getUrlParams as Ds, getVisibleInCustomShadowRendering as Os, getWorldDirection as xs, getWorldEuler as ks, getWorldPosition as Ls, getWorldQuaternion as Ns, getWorldRotation as Bs, getWorldScale as Fs, hasCommercialLicense as ws, hasIndieLicense as Us, hasPointerEventComponent as Gs, hasProLicense as Ws, hideDebugConsole as Hs, imageToCanvas as Xs, instantiate as zs, invokeLoadedImportPluginHooks as Vs, invokeXRSessionEnd as _s, invokeXRSessionStart as js, isActiveInHierarchy as Ks, isActiveSelf as Zs, isAndroidDevice as Qs, isAnimationAction as Ys, isComponent as $s, isDebugMode as Js, isDesktop as qs, isDestroyed as el, isDevEnvironment as tl, isDisposed as ol, isExporting as rl, isGLTFModel as nl, isHostedOnGlitch as il, isHotReloadEnabled as al, isHotReloading as sl, isIPad as ll, isIconElement as dl, isLocalNetwork as cl, isMacOS as ml, isMobileDevice as pl, isMozillaXR as gl, isQuest as ul, isResourceTrackingEnabled as Sl, isSafari as Cl, isUsingInstancing as yl, isiOS as El, isiPad as Rl, loadPMREM as hl, loadSync as fl, logHierarchy as vl, lookAtInverse as Pl, lookAtObject as Al, lookAtScreenPoint as Tl, makeId as bl, makeIdFromRandomWords as Ml, makeNameSafe as Il, markAsInstancedRendered as Dl, microphonePermissionsGranted as Ol, nameof as xl, nameofFactory as kl, objectSerializer as Ll, offXRSessionEnd as Nl, offXRSessionStart as Bl, onXRSessionEnd as Fl, onXRSessionStart as wl, parseSync as Ul, placeOnSurface as Gl, postprocessFBXMaterials as Wl, prefix as Hl, pushState as Xl, randomNumber as zl, registerBinaryType as Vl, registerComponent as _l, registerComponentExtension as jl, registerCustomEffectType as Kl, registerExportExtensions as Zl, registerExtensions as Ql, registerHotReloadType as Yl, registerLoader as $l, registerPrefabProvider as Jl, registerPrototypeExtensions as ql, registerType as ed, relativePathPrefix as td, removeAttributeChangeCallback as od, removeComponent as rd, removeCustomImportExtensionType as nd, removePatch as id, resolveUrl as ad, sanitizeString as sd, saveImage as ld, screenshot as dd, screenshot2 as cd, sendDestroyed as md, serializable as pd, serializeObject as gd, serializeable as ud, setActive as Sd, setAllowBalloonMessages as Cd, setAllowOverlayMessages as yd, setAutoFitEnabled as Ed, setCameraController as Rd, setDestroyed as hd, setDevEnvironment as fd, setDisposable as vd, setDontDestroy as Pd, setOrAddParamsToUrl as Ad, setParam as Td, setParamWithoutReload as bd, setPeerOptions as Md, setResourceTrackingEnabled as Id, setState as Dd, setVisibleInCustomShadowRendering as Od, setWorldEuler as xd, setWorldPosition as kd, setWorldPositionXYZ as Ld, setWorldQuaternion as Nd, setWorldQuaternionXYZW as Bd, setWorldRotation as Fd, setWorldRotationXYZ as wd, setWorldScale as Ud, showBalloonError as Gd, showBalloonMessage as Wd, showBalloonWarning as Hd, showDebugConsole as Xd, slerp as zd, syncDestroy as Vd, syncField as _d, syncInstantiate as jd, textureToCanvas as Kd, tryCastBinary as Zd, tryDetermineMimetypeFromBinary as Qd, tryDetermineMimetypeFromURL as Yd, tryFindObject as $d, tryGetGuid as Jd, unregisterHotReloadType as qd, unwatchWrite as ec, useForAutoFit as tc, validate as oc, watchWrite as rc } from "./needle-engine.bundle-Dj2DYdMY.js";
|
|
3
|
+
import { NEEDLE_progressive as ic } from "./gltf-progressive-DUR9TuAH.js";
|
|
4
|
+
import { THREE as E } from "./three-CJSAehtG.js";
|
|
5
5
|
const t = {
|
|
6
6
|
VERSION: S,
|
|
7
7
|
Context: u,
|
|
@@ -54,10 +54,10 @@ export {
|
|
|
54
54
|
k as AnimationExtension,
|
|
55
55
|
L as AnimationTrackHandler,
|
|
56
56
|
N as AnimationUtils,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
B as Animator,
|
|
58
|
+
F as AnimatorConditionMode,
|
|
59
|
+
w as AnimatorController,
|
|
60
|
+
U as AnimatorControllerParameterType,
|
|
61
61
|
G as AnimatorStateInfo,
|
|
62
62
|
W as Antialiasing,
|
|
63
63
|
H as Application,
|
|
@@ -108,10 +108,10 @@ export {
|
|
|
108
108
|
ke as CircularBuffer,
|
|
109
109
|
Le as ClearFlags,
|
|
110
110
|
Ne as ClickThrough,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
111
|
+
Be as ClipExtrapolation,
|
|
112
|
+
Fe as Collider,
|
|
113
|
+
we as Collision,
|
|
114
|
+
Ue as CollisionDetectionMode,
|
|
115
115
|
Ge as ColorAdjustments,
|
|
116
116
|
We as ColorBySpeedModule,
|
|
117
117
|
He as ColorOverLifetimeModule,
|
|
@@ -164,383 +164,387 @@ export {
|
|
|
164
164
|
kt as Gradient,
|
|
165
165
|
Lt as Graphic,
|
|
166
166
|
Nt as GraphicRaycaster,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
167
|
+
Bt as Graphics,
|
|
168
|
+
Ft as GridHelper,
|
|
169
|
+
wt as GridLayoutGroup,
|
|
170
|
+
Ut as GroundProjectedEnv,
|
|
171
171
|
Gt as GroupActionModel,
|
|
172
172
|
Wt as HideFlags,
|
|
173
173
|
Ht as HideOnStart,
|
|
174
174
|
Xt as HingeJoint,
|
|
175
175
|
zt as HorizontalLayoutGroup,
|
|
176
176
|
Vt as HostData,
|
|
177
|
-
_t as
|
|
178
|
-
jt as
|
|
179
|
-
Kt as
|
|
180
|
-
Zt as
|
|
181
|
-
Qt as
|
|
182
|
-
Yt as
|
|
183
|
-
$t as
|
|
184
|
-
Jt as
|
|
185
|
-
qt as
|
|
186
|
-
eo as
|
|
187
|
-
to as
|
|
188
|
-
oo as
|
|
189
|
-
ro as
|
|
190
|
-
no as
|
|
191
|
-
io as
|
|
192
|
-
ao as
|
|
193
|
-
so as
|
|
194
|
-
lo as
|
|
195
|
-
co as
|
|
196
|
-
mo as
|
|
197
|
-
po as
|
|
198
|
-
go as
|
|
199
|
-
uo as
|
|
200
|
-
So as
|
|
201
|
-
Co as
|
|
202
|
-
yo as
|
|
203
|
-
Eo as
|
|
204
|
-
Ro as
|
|
205
|
-
ho as
|
|
206
|
-
fo as
|
|
207
|
-
vo as
|
|
208
|
-
Po as
|
|
209
|
-
Ao as
|
|
210
|
-
To as
|
|
211
|
-
bo as
|
|
212
|
-
Mo as
|
|
213
|
-
Io as
|
|
214
|
-
Do as
|
|
215
|
-
Oo as
|
|
216
|
-
xo as
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
No as
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
Go as
|
|
226
|
-
Wo as
|
|
227
|
-
Ho as
|
|
177
|
+
_t as HoverAnimation,
|
|
178
|
+
jt as Image,
|
|
179
|
+
Kt as ImageReference,
|
|
180
|
+
Zt as ImageReferenceSerializer,
|
|
181
|
+
Qt as InheritVelocityModule,
|
|
182
|
+
Yt as Input,
|
|
183
|
+
$t as InputEventQueue,
|
|
184
|
+
Jt as InputEvents,
|
|
185
|
+
qt as InputField,
|
|
186
|
+
eo as InstanceHandle,
|
|
187
|
+
to as InstancingHandler,
|
|
188
|
+
oo as InstancingUtil,
|
|
189
|
+
ro as InstantiateEvent,
|
|
190
|
+
no as InstantiateIdProvider,
|
|
191
|
+
io as InstantiateOptions,
|
|
192
|
+
ao as Interactable,
|
|
193
|
+
so as InternalScreenshotUtils,
|
|
194
|
+
lo as JoinedRoomResponse,
|
|
195
|
+
co as KeyEventArgs,
|
|
196
|
+
mo as Keyframe,
|
|
197
|
+
po as LODGroup,
|
|
198
|
+
go as LODModel,
|
|
199
|
+
uo as LeftRoomResponse,
|
|
200
|
+
So as Light,
|
|
201
|
+
Co as LightData,
|
|
202
|
+
yo as LimitVelocityOverLifetimeModule,
|
|
203
|
+
Eo as LoadingElementOptions,
|
|
204
|
+
Ro as LogStats,
|
|
205
|
+
ho as LogType,
|
|
206
|
+
fo as LookAt,
|
|
207
|
+
vo as LookAtConstraint,
|
|
208
|
+
Po as MainModule,
|
|
209
|
+
Ao as MarkerTrackHandler,
|
|
210
|
+
To as MarkerType,
|
|
211
|
+
bo as MaskableGraphic,
|
|
212
|
+
Mo as Mathf,
|
|
213
|
+
Io as MeshCollider,
|
|
214
|
+
Do as MeshRenderer,
|
|
215
|
+
Oo as MinMaxCurve,
|
|
216
|
+
xo as MinMaxGradient,
|
|
217
|
+
ko as NEEDLE_ENGINE_FEATURE_FLAGS,
|
|
218
|
+
Lo as NEEDLE_ENGINE_MODULES,
|
|
219
|
+
ic as NEEDLE_progressive,
|
|
220
|
+
No as NEKeyboardEvent,
|
|
221
|
+
Bo as NEPointerEvent,
|
|
222
|
+
Fo as NeedleButtonElement,
|
|
223
|
+
wo as NeedleEngine,
|
|
224
|
+
Uo as NeedleEngineModelLoader,
|
|
225
|
+
Go as NeedleEngineWebComponent,
|
|
226
|
+
Wo as NeedleMenu,
|
|
227
|
+
Ho as NeedlePatchesKey,
|
|
228
|
+
Xo as NeedleUSDZExporter,
|
|
229
|
+
zo as NeedleXRController,
|
|
228
230
|
g as NeedleXRSession,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
231
|
+
Vo as NeedleXRSync,
|
|
232
|
+
_o as NeedleXRUtils,
|
|
233
|
+
jo as NestedGltf,
|
|
234
|
+
Ko as NetworkConnection,
|
|
235
|
+
Zo as NetworkedStreamEvents,
|
|
236
|
+
Qo as NetworkedStreams,
|
|
237
|
+
Yo as Networking,
|
|
238
|
+
$o as NewInstanceModel,
|
|
239
|
+
Jo as NoiseModule,
|
|
240
|
+
qo as ObjectRaycaster,
|
|
241
|
+
er as ObjectUtils,
|
|
242
|
+
tr as OffsetConstraint,
|
|
243
|
+
or as OneEuroFilter,
|
|
244
|
+
rr as OneEuroFilterXYZ,
|
|
245
|
+
nr as OpenURL,
|
|
246
|
+
ir as OrbitControls,
|
|
247
|
+
ar as Outline,
|
|
248
|
+
sr as OwnershipEvent,
|
|
249
|
+
lr as OwnershipModel,
|
|
250
|
+
dr as PUBLIC_KEY,
|
|
251
|
+
cr as Padding,
|
|
252
|
+
mr as ParticleBurst,
|
|
253
|
+
pr as ParticleSubEmitter,
|
|
254
|
+
gr as ParticleSystem,
|
|
255
|
+
ur as ParticleSystemBaseBehaviour,
|
|
256
|
+
Sr as ParticleSystemRenderer,
|
|
257
|
+
Cr as ParticleSystemShapeType,
|
|
258
|
+
yr as PeerHandle,
|
|
259
|
+
Er as PeerNetworking,
|
|
260
|
+
Rr as Physics,
|
|
261
|
+
hr as PhysicsExtension,
|
|
262
|
+
fr as PhysicsMaterialCombine,
|
|
263
|
+
vr as PixelationEffect,
|
|
264
|
+
Pr as PlayAnimationOnClick,
|
|
265
|
+
Ar as PlayAudioOnClick,
|
|
266
|
+
Tr as PlayableDirector,
|
|
267
|
+
br as PlayerColor,
|
|
268
|
+
Mr as PlayerState,
|
|
269
|
+
Ir as PlayerStateEvent,
|
|
270
|
+
Dr as PlayerSync,
|
|
271
|
+
Or as PlayerView,
|
|
272
|
+
xr as PlayerViewManager,
|
|
273
|
+
kr as PointerEventData,
|
|
274
|
+
Lr as PointerType,
|
|
275
|
+
Nr as PostProcessingEffect,
|
|
276
|
+
Br as PostProcessingEffectOrder,
|
|
277
|
+
Fr as PostProcessingHandler,
|
|
278
|
+
wr as PostProcessingManager,
|
|
279
|
+
Ur as PreliminaryAction,
|
|
280
|
+
Gr as PreliminaryTrigger,
|
|
281
|
+
Wr as PreviewHelper,
|
|
282
|
+
Hr as PrimitiveType,
|
|
283
|
+
Xr as Progress,
|
|
284
|
+
zr as PromiseAllWithErrors,
|
|
285
|
+
Vr as PromiseErrorResult,
|
|
286
|
+
_r as RGBAColor,
|
|
287
|
+
jr as RapierPhysics,
|
|
288
|
+
Kr as RawImage,
|
|
289
|
+
Zr as RaycastOptions,
|
|
290
|
+
Qr as Rect,
|
|
291
|
+
Yr as RectTransform,
|
|
292
|
+
$r as ReflectionProbe,
|
|
293
|
+
Jr as RegisteredAnimationInfo,
|
|
294
|
+
qr as RemoteSkybox,
|
|
295
|
+
en as RenderTexture,
|
|
296
|
+
tn as RenderTextureSerializer,
|
|
297
|
+
on as Renderer,
|
|
298
|
+
rn as RendererData,
|
|
299
|
+
nn as RendererLightmap,
|
|
300
|
+
an as Rigidbody,
|
|
301
|
+
sn as RigidbodyConstraints,
|
|
302
|
+
ln as RoomEvents,
|
|
303
|
+
dn as RotationBySpeedModule,
|
|
304
|
+
cn as RotationOverLifetimeModule,
|
|
305
|
+
mn as SceneLightSettings,
|
|
306
|
+
pn as SceneSwitcher,
|
|
307
|
+
gn as ScreenCapture,
|
|
308
|
+
un as ScreenSpaceAmbientOcclusion,
|
|
309
|
+
Sn as ScreenSpaceAmbientOcclusionN8,
|
|
310
|
+
Cn as ScrollFollow,
|
|
311
|
+
yn as SendQueue,
|
|
312
|
+
En as SerializationContext,
|
|
313
|
+
Rn as SetActiveOnClick,
|
|
314
|
+
hn as ShadowCatcher,
|
|
315
|
+
fn as ShapeModule,
|
|
316
|
+
vn as ShapeOverlapResult,
|
|
317
|
+
Pn as SharpeningEffect,
|
|
318
|
+
An as SignalAsset,
|
|
319
|
+
Tn as SignalReceiver,
|
|
320
|
+
bn as SignalReceiverEvent,
|
|
321
|
+
Mn as SignalTrackHandler,
|
|
322
|
+
In as Size,
|
|
323
|
+
Dn as SizeBySpeedModule,
|
|
324
|
+
On as SizeOverLifetimeModule,
|
|
325
|
+
xn as SkinnedMeshRenderer,
|
|
326
|
+
kn as SmoothFollow,
|
|
327
|
+
Ln as SpatialGrabRaycaster,
|
|
328
|
+
Nn as SpatialHtml,
|
|
329
|
+
Bn as SpatialTrigger,
|
|
330
|
+
Fn as SpatialTriggerReceiver,
|
|
331
|
+
wn as SpectatorCamera,
|
|
332
|
+
Un as SphereCollider,
|
|
333
|
+
Gn as SphereIntersection,
|
|
334
|
+
Wn as SplineContainer,
|
|
335
|
+
Hn as SplineData,
|
|
336
|
+
Xn as SplineUtils,
|
|
337
|
+
zn as SplineWalker,
|
|
338
|
+
Vn as Sprite,
|
|
339
|
+
_n as SpriteData,
|
|
340
|
+
jn as SpriteRenderer,
|
|
341
|
+
Kn as SpriteSheet,
|
|
342
|
+
Zn as StateMachineBehaviour,
|
|
343
|
+
Qn as StreamEndedEvent,
|
|
344
|
+
Yn as StreamReceivedEvent,
|
|
345
|
+
$n as SubEmitterSystem,
|
|
346
|
+
Jn as SyncedCamera,
|
|
347
|
+
qn as SyncedRoom,
|
|
348
|
+
ei as SyncedTransform,
|
|
349
|
+
ti as TapGestureTrigger,
|
|
350
|
+
oi as TeleportTarget,
|
|
351
|
+
ri as TestRunner,
|
|
352
|
+
ni as TestSceneUtils,
|
|
353
|
+
ii as TestSimulateUserData,
|
|
354
|
+
ai as Text,
|
|
355
|
+
si as TextBuilder,
|
|
356
|
+
li as TextExtension,
|
|
357
|
+
di as TextureSheetAnimationModule,
|
|
358
|
+
ci as TiltShiftEffect,
|
|
359
|
+
mi as Time,
|
|
360
|
+
pi as ToneMappingEffect,
|
|
361
|
+
gi as TrackHandler,
|
|
362
|
+
ui as TrackType,
|
|
363
|
+
Si as TrailModule,
|
|
364
|
+
Ci as TransformData,
|
|
365
|
+
yi as TransformGizmo,
|
|
366
|
+
Ei as TriggerBuilder,
|
|
367
|
+
Ri as TriggerModel,
|
|
368
|
+
hi as TypeStore,
|
|
369
|
+
fi as UIRaycastUtils,
|
|
370
|
+
vi as UIRootComponent,
|
|
371
|
+
Pi as USDDocument,
|
|
372
|
+
Ai as USDObject,
|
|
373
|
+
Ti as USDWriter,
|
|
374
|
+
bi as USDZExporter,
|
|
375
|
+
Mi as USDZText,
|
|
376
|
+
Ii as USDZUIExtension,
|
|
377
|
+
Di as UriSerializer,
|
|
378
|
+
Oi as UsageMarker,
|
|
379
|
+
xi as UserJoinedOrLeftRoomModel,
|
|
378
380
|
S as VERSION,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
381
|
+
ki as VariantAction,
|
|
382
|
+
Li as VelocityOverLifetimeModule,
|
|
383
|
+
Ni as VerticalLayoutGroup,
|
|
384
|
+
Bi as VideoPlayer,
|
|
385
|
+
Fi as ViewBox,
|
|
386
|
+
wi as ViewDevice,
|
|
387
|
+
Ui as Vignette,
|
|
388
|
+
Gi as VisibilityAction,
|
|
389
|
+
Wi as Voip,
|
|
390
|
+
Hi as Volume,
|
|
391
|
+
Xi as VolumeParameter,
|
|
392
|
+
zi as VolumeProfile,
|
|
393
|
+
Vi as WaitForFrames,
|
|
394
|
+
_i as WaitForPromise,
|
|
395
|
+
ji as WaitForSeconds,
|
|
396
|
+
Ki as Watch,
|
|
397
|
+
Zi as WebARCameraBackground,
|
|
398
|
+
Qi as WebARSessionRoot,
|
|
399
|
+
Yi as WebXR,
|
|
400
|
+
$i as WebXRButtonFactory,
|
|
401
|
+
Ji as WebXRImageTracking,
|
|
402
|
+
qi as WebXRImageTrackingModel,
|
|
403
|
+
ea as WebXRPlaneTracking,
|
|
404
|
+
ta as WebXRTrackedImage,
|
|
405
|
+
oa as XRControllerFollow,
|
|
406
|
+
ra as XRControllerModel,
|
|
407
|
+
na as XRControllerMovement,
|
|
408
|
+
ia as XRFlag,
|
|
409
|
+
aa as XRRig,
|
|
410
|
+
sa as XRState,
|
|
411
|
+
la as XRStateFlag,
|
|
412
|
+
da as __Ignore,
|
|
413
|
+
ca as __internalNotifyObjectDestroyed,
|
|
414
|
+
ma as activeInHierarchyFieldName,
|
|
415
|
+
pa as addAttributeChangeCallback,
|
|
416
|
+
ga as addComponent,
|
|
417
|
+
ua as addCustomExtensionPlugin,
|
|
418
|
+
Sa as addNewComponent,
|
|
419
|
+
Ca as addPatch,
|
|
420
|
+
ya as apply,
|
|
421
|
+
Ea as applyHMRChanges,
|
|
422
|
+
Ra as applyPrototypeExtensions,
|
|
423
|
+
ha as beginListenDestroy,
|
|
424
|
+
fa as beginListenInstantiate,
|
|
425
|
+
va as binaryIdentifierCasts,
|
|
426
|
+
Pa as build_scene_functions,
|
|
427
|
+
Aa as builtinComponentKeyName,
|
|
428
|
+
Ta as calculateProgress01,
|
|
429
|
+
ba as clearBalloonMessages,
|
|
430
|
+
Ma as clearOverlayMessages,
|
|
431
|
+
Ia as colorSerializer,
|
|
432
|
+
Da as compareAssociation,
|
|
433
|
+
Oa as componentSerializer,
|
|
434
|
+
xa as copyTexture,
|
|
435
|
+
ka as createMotion,
|
|
436
|
+
La as debugNet,
|
|
437
|
+
Na as debugOwner,
|
|
438
|
+
Ba as decompressGpuTexture,
|
|
439
|
+
Fa as deepClone,
|
|
440
|
+
wa as delay,
|
|
441
|
+
Ua as delayForFrames,
|
|
442
|
+
Ga as deserializeObject,
|
|
443
|
+
Wa as destroy,
|
|
444
|
+
Ha as destroyComponentInstance,
|
|
445
|
+
Xa as determineMimeTypeFromExtension,
|
|
446
|
+
za as disposeObjectResources,
|
|
447
|
+
Va as disposeStream,
|
|
448
|
+
_a as editorGuidKeyName,
|
|
449
|
+
ja as enableSpatialConsole,
|
|
450
|
+
Ka as euler,
|
|
451
|
+
Za as eventListSerializer,
|
|
452
|
+
Qa as exportAsGLTF,
|
|
453
|
+
Ya as findByGuid,
|
|
454
|
+
$a as findObjectOfType,
|
|
455
|
+
Ja as findObjectsOfType,
|
|
456
|
+
qa as findResourceUsers,
|
|
457
|
+
es as fitCamera,
|
|
458
|
+
ts as fitObjectIntoVolume,
|
|
459
|
+
os as foreachComponent,
|
|
460
|
+
rs as foreachComponentEnumerator,
|
|
461
|
+
ns as forward,
|
|
462
|
+
is as generateQRCode,
|
|
463
|
+
as as generateSeed,
|
|
464
|
+
ss as getBoundingBox,
|
|
465
|
+
ls as getCameraController,
|
|
466
|
+
ds as getComponent,
|
|
467
|
+
cs as getComponentInChildren,
|
|
468
|
+
ms as getComponentInParent,
|
|
469
|
+
ps as getComponents,
|
|
470
|
+
gs as getComponentsInChildren,
|
|
471
|
+
us as getComponentsInParent,
|
|
472
|
+
Ss as getFormattedDate,
|
|
473
|
+
Cs as getIconElement,
|
|
474
|
+
ys as getIconTexture,
|
|
475
|
+
Es as getLoader,
|
|
476
|
+
Rs as getOrAddComponent,
|
|
477
|
+
hs as getParam,
|
|
478
|
+
fs as getParentHierarchyPath,
|
|
479
|
+
vs as getPath,
|
|
480
|
+
Ps as getPeerOptions,
|
|
481
|
+
As as getPeerjsInstance,
|
|
482
|
+
Ts as getResourceUserCount,
|
|
483
|
+
bs as getTempColor,
|
|
484
|
+
Ms as getTempQuaternion,
|
|
485
|
+
Is as getTempVector,
|
|
486
|
+
Ds as getUrlParams,
|
|
487
|
+
Os as getVisibleInCustomShadowRendering,
|
|
488
|
+
xs as getWorldDirection,
|
|
489
|
+
ks as getWorldEuler,
|
|
490
|
+
Ls as getWorldPosition,
|
|
491
|
+
Ns as getWorldQuaternion,
|
|
492
|
+
Bs as getWorldRotation,
|
|
493
|
+
Fs as getWorldScale,
|
|
494
|
+
ws as hasCommercialLicense,
|
|
495
|
+
Us as hasIndieLicense,
|
|
496
|
+
Gs as hasPointerEventComponent,
|
|
497
|
+
Ws as hasProLicense,
|
|
498
|
+
Hs as hideDebugConsole,
|
|
499
|
+
Xs as imageToCanvas,
|
|
500
|
+
zs as instantiate,
|
|
501
|
+
Vs as invokeLoadedImportPluginHooks,
|
|
502
|
+
_s as invokeXRSessionEnd,
|
|
503
|
+
js as invokeXRSessionStart,
|
|
504
|
+
Ks as isActiveInHierarchy,
|
|
505
|
+
Zs as isActiveSelf,
|
|
506
|
+
Qs as isAndroidDevice,
|
|
507
|
+
Ys as isAnimationAction,
|
|
508
|
+
$s as isComponent,
|
|
509
|
+
Js as isDebugMode,
|
|
510
|
+
qs as isDesktop,
|
|
511
|
+
el as isDestroyed,
|
|
512
|
+
tl as isDevEnvironment,
|
|
513
|
+
ol as isDisposed,
|
|
514
|
+
rl as isExporting,
|
|
515
|
+
nl as isGLTFModel,
|
|
516
|
+
il as isHostedOnGlitch,
|
|
517
|
+
al as isHotReloadEnabled,
|
|
518
|
+
sl as isHotReloading,
|
|
519
|
+
ll as isIPad,
|
|
520
|
+
dl as isIconElement,
|
|
521
|
+
cl as isLocalNetwork,
|
|
522
|
+
ml as isMacOS,
|
|
523
|
+
pl as isMobileDevice,
|
|
524
|
+
gl as isMozillaXR,
|
|
525
|
+
ul as isQuest,
|
|
526
|
+
Sl as isResourceTrackingEnabled,
|
|
527
|
+
Cl as isSafari,
|
|
528
|
+
yl as isUsingInstancing,
|
|
529
|
+
El as isiOS,
|
|
530
|
+
Rl as isiPad,
|
|
527
531
|
p as loadAsset,
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
532
|
+
hl as loadPMREM,
|
|
533
|
+
fl as loadSync,
|
|
534
|
+
vl as logHierarchy,
|
|
535
|
+
Pl as lookAtInverse,
|
|
536
|
+
Al as lookAtObject,
|
|
537
|
+
Tl as lookAtScreenPoint,
|
|
538
|
+
bl as makeId,
|
|
539
|
+
Ml as makeIdFromRandomWords,
|
|
540
|
+
Il as makeNameSafeForUSD,
|
|
541
|
+
Dl as markAsInstancedRendered,
|
|
542
|
+
Ol as microphonePermissionsGranted,
|
|
543
|
+
xl as nameof,
|
|
544
|
+
kl as nameofFactory,
|
|
545
|
+
Ll as objectSerializer,
|
|
546
|
+
Nl as offXRSessionEnd,
|
|
547
|
+
Bl as offXRSessionStart,
|
|
544
548
|
l as onAfterRender,
|
|
545
549
|
d as onBeforeRender,
|
|
546
550
|
i as onClear,
|
|
@@ -548,80 +552,80 @@ export {
|
|
|
548
552
|
s as onInitialized,
|
|
549
553
|
m as onStart,
|
|
550
554
|
c as onUpdate,
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
555
|
+
Fl as onXRSessionEnd,
|
|
556
|
+
wl as onXRSessionStart,
|
|
557
|
+
Ul as parseSync,
|
|
558
|
+
Gl as placeOnSurface,
|
|
559
|
+
Wl as postprocessFBXMaterials,
|
|
560
|
+
Hl as prefix,
|
|
561
|
+
Xl as pushState,
|
|
562
|
+
zl as randomNumber,
|
|
563
|
+
Vl as registerBinaryType,
|
|
564
|
+
_l as registerComponent,
|
|
565
|
+
jl as registerComponentExtension,
|
|
566
|
+
Kl as registerCustomEffectType,
|
|
567
|
+
Zl as registerExportExtensions,
|
|
568
|
+
Ql as registerExtensions,
|
|
569
|
+
Yl as registerHotReloadType,
|
|
570
|
+
$l as registerLoader,
|
|
571
|
+
Jl as registerPrefabProvider,
|
|
572
|
+
ql as registerPrototypeExtensions,
|
|
573
|
+
ed as registerType,
|
|
574
|
+
td as relativePathPrefix,
|
|
575
|
+
od as removeAttributeChangeCallback,
|
|
576
|
+
rd as removeComponent,
|
|
577
|
+
nd as removeCustomImportExtensionType,
|
|
578
|
+
id as removePatch,
|
|
579
|
+
ad as resolveUrl,
|
|
580
|
+
sd as sanitizeString,
|
|
581
|
+
ld as saveImage,
|
|
582
|
+
dd as screenshot,
|
|
583
|
+
cd as screenshot2,
|
|
584
|
+
md as sendDestroyed,
|
|
585
|
+
pd as serializable,
|
|
586
|
+
gd as serializeObject,
|
|
587
|
+
ud as serializeable,
|
|
588
|
+
Sd as setActive,
|
|
589
|
+
Cd as setAllowBalloonMessages,
|
|
590
|
+
yd as setAllowOverlayMessages,
|
|
591
|
+
Ed as setAutoFitEnabled,
|
|
592
|
+
Rd as setCameraController,
|
|
593
|
+
hd as setDestroyed,
|
|
594
|
+
fd as setDevEnvironment,
|
|
595
|
+
vd as setDisposable,
|
|
596
|
+
Pd as setDontDestroy,
|
|
597
|
+
Ad as setOrAddParamsToUrl,
|
|
598
|
+
Td as setParam,
|
|
599
|
+
bd as setParamWithoutReload,
|
|
600
|
+
Md as setPeerOptions,
|
|
601
|
+
Id as setResourceTrackingEnabled,
|
|
602
|
+
Dd as setState,
|
|
603
|
+
Od as setVisibleInCustomShadowRendering,
|
|
604
|
+
xd as setWorldEuler,
|
|
605
|
+
kd as setWorldPosition,
|
|
606
|
+
Ld as setWorldPositionXYZ,
|
|
607
|
+
Nd as setWorldQuaternion,
|
|
608
|
+
Bd as setWorldQuaternionXYZW,
|
|
609
|
+
Fd as setWorldRotation,
|
|
610
|
+
wd as setWorldRotationXYZ,
|
|
611
|
+
Ud as setWorldScale,
|
|
612
|
+
Gd as showBalloonError,
|
|
613
|
+
Wd as showBalloonMessage,
|
|
614
|
+
Hd as showBalloonWarning,
|
|
615
|
+
Xd as showDebugConsole,
|
|
616
|
+
zd as slerp,
|
|
617
|
+
Vd as syncDestroy,
|
|
618
|
+
_d as syncField,
|
|
619
|
+
jd as syncInstantiate,
|
|
620
|
+
Kd as textureToCanvas,
|
|
621
|
+
Zd as tryCastBinary,
|
|
622
|
+
Qd as tryDetermineMimetypeFromBinary,
|
|
623
|
+
Yd as tryDetermineMimetypeFromURL,
|
|
624
|
+
$d as tryFindObject,
|
|
625
|
+
Jd as tryGetGuid,
|
|
626
|
+
qd as unregisterHotReloadType,
|
|
627
|
+
ec as unwatchWrite,
|
|
628
|
+
tc as useForAutoFit,
|
|
629
|
+
oc as validate,
|
|
630
|
+
rc as watchWrite
|
|
627
631
|
};
|