@babylonjs/inspector 8.56.0 → 8.56.2

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/lib/index.d.ts CHANGED
@@ -1084,6 +1084,10 @@ type PersonMetadata = {
1084
1084
  * The Babylon forum username of the person.
1085
1085
  */
1086
1086
  readonly forumUserName?: string;
1087
+ /**
1088
+ * A base64 encoded PNG image to use as the person's avatar.
1089
+ */
1090
+ readonly avatar?: string;
1087
1091
  };
1088
1092
  type ExtensionMetadata = {
1089
1093
  /**
@@ -34144,14 +34148,16 @@ declare class PhysicsBody {
34144
34148
  getGeometry(): object;
34145
34149
  /**
34146
34150
  * Returns an observable that will be notified for when a collision starts or continues for this PhysicsBody
34151
+ * @param instanceIndex - optionally, the index of the instance in the body
34147
34152
  * @returns Observable
34148
34153
  */
34149
- getCollisionObservable(): Observable<IPhysicsCollisionEvent>;
34154
+ getCollisionObservable(instanceIndex?: number): Observable<IPhysicsCollisionEvent>;
34150
34155
  /**
34151
34156
  * Returns an observable that will be notified when the body has finished colliding with another body
34152
- * @returns
34157
+ * @param instanceIndex - optionally, the index of the instance in the body
34158
+ * @returns Observable
34153
34159
  */
34154
- getCollisionEndedObservable(): Observable<IBasePhysicsCollisionEvent>;
34160
+ getCollisionEndedObservable(instanceIndex?: number): Observable<IBasePhysicsCollisionEvent>;
34155
34161
  /**
34156
34162
  * Enable or disable collision callback for this PhysicsBody.
34157
34163
  * @param enabled true if PhysicsBody's collision will rise a collision event and notifies the observable
@@ -39060,6 +39066,7 @@ declare class SolidParticleSystem implements IDisposable {
39060
39066
  * @internal
39061
39067
  */
39062
39068
  protected _addParticle(idx: number, id: number, idxpos: number, idxind: number, model: ModelShape, shapeId: number, idxInShape: number, bInfo?: Nullable<BoundingInfo>, storage?: Nullable<[]>): SolidParticle;
39069
+ private _normalizeMeshVertexColors;
39063
39070
  /**
39064
39071
  * Adds some particles to the SPS from the model shape. Returns the shape id.
39065
39072
  * Please read the doc : https://doc.babylonjs.com/features/featuresDeepDive/particles/solid_particle_system/immutable_sps
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { A as Accordion, g as AccordionSection, l as AccordionSectionItem, m as AttachDebugLayer, n as BooleanBadgePropertyLine, o as BoundProperty, p as BuiltInsExtensionFeed, B as Button, h as ButtonLine, q as Checkbox, C as CheckboxPropertyLine, r as ChildWindow, s as Collapse, t as Color3GradientComponent, v as Color3GradientList, w as Color3PropertyLine, x as Color4GradientComponent, y as Color4GradientList, z as Color4PropertyLine, D as ColorPickerPopup, E as ColorStepGradientComponent, F as ComboBox, G as ComboBoxPropertyLine, H as ConstructorFactory, I as ConvertOptions, J as DebugServiceIdentity, K as DetachDebugLayer, O as DraggableLine, Q as Dropdown, R as EntitySelector, U as ErrorBoundary, W as ExtensibleAccordion, X as FactorGradientComponent, Y as FactorGradientList, Z as FileUploadLine, _ as GetPropertyDescriptor, $ as GizmoServiceIdentity, a0 as HexPropertyLine, a1 as InfoLabel, a2 as InputHexField, a3 as InputHsvField, a4 as Inspector, a5 as InterceptFunction, a6 as InterceptProperty, a7 as IsPropertyReadonly, a8 as LineContainer, k as Link, a9 as LinkPropertyLine, L as LinkToEntity, aa as LinkToEntityPropertyLine, ab as List, ac as MakeDialogTeachingMoment, ad as MakeLazyComponent, ae as MakePopoverTeachingMoment, af as MakePropertyHook, ag as MakeTeachingMoment, ah as MaterialSelector, M as MessageBar, ai as NodeSelector, aj as NumberDropdown, ak as NumberDropdownPropertyLine, N as NumberInputPropertyLine, al as ObservableCollection, am as Pane, an as PlaceholderPropertyLine, P as Popover, ao as PositionedPopover, ap as PropertiesServiceIdentity, aq as Property, ar as PropertyContext, as as PropertyLine, at as QuaternionPropertyLine, au as RotationVectorPropertyLine, d as SceneContextIdentity, av as SceneExplorerServiceIdentity, aw as SearchBar, ax as SearchBox, ay as SelectionServiceDefinition, e as SelectionServiceIdentity, az as SettingsServiceIdentity, aA as SettingsStore, aB as SettingsStoreIdentity, c as ShellServiceIdentity, aC as ShowInspector, aD as SidePaneContainer, aE as SkeletonSelector, aF as Slider, aG as SpinButton, S as SpinButtonPropertyLine, aH as StatsServiceIdentity, aI as StringDropdown, aJ as StringDropdownPropertyLine, aK as StringifiedPropertyLine, aL as Switch, aM as SwitchPropertyLine, aN as SyncedSliderInput, aO as SyncedSliderPropertyLine, aP as TeachingMoment, aQ as TextAreaPropertyLine, aR as TextInput, T as TextInputPropertyLine, aS as TextPropertyLine, aT as Textarea, aU as TextureSelector, aV as TextureUpload, aW as Theme, aX as ThemeServiceIdentity, aY as ToastProvider, aZ as ToggleButton, i as ToolsServiceIdentity, a_ as Tooltip, a$ as UploadButton, b0 as Vector2PropertyLine, V as Vector3PropertyLine, b1 as Vector4PropertyLine, b2 as WatcherServiceIdentity, b3 as useAngleConverters, b4 as useAsyncResource, b5 as useColor3Property, b6 as useColor4Property, b7 as useEventListener, b8 as useEventfulState, a as useInterceptObservable, b9 as useKeyListener, ba as useKeyState, bb as useObservableCollection, f as useObservableState, bc as useOrderedObservableCollection, bd as usePollingObservable, b as useProperty, be as usePropertyChangedNotifier, bf as useQuaternionProperty, bg as useResource, bh as useSetting, bi as useTheme, bj as useThemeMode, u as useToast, bk as useVector3Property } from './index-CjZdtI-w.js';
1
+ export { A as Accordion, g as AccordionSection, l as AccordionSectionItem, m as AttachDebugLayer, n as BooleanBadgePropertyLine, o as BoundProperty, p as BuiltInsExtensionFeed, B as Button, h as ButtonLine, q as Checkbox, C as CheckboxPropertyLine, r as ChildWindow, s as Collapse, t as Color3GradientComponent, v as Color3GradientList, w as Color3PropertyLine, x as Color4GradientComponent, y as Color4GradientList, z as Color4PropertyLine, D as ColorPickerPopup, E as ColorStepGradientComponent, F as ComboBox, G as ComboBoxPropertyLine, H as ConstructorFactory, I as ConvertOptions, J as DebugServiceIdentity, K as DetachDebugLayer, O as DraggableLine, Q as Dropdown, R as EntitySelector, U as ErrorBoundary, W as ExtensibleAccordion, X as FactorGradientComponent, Y as FactorGradientList, Z as FileUploadLine, _ as GetPropertyDescriptor, $ as GizmoServiceIdentity, a0 as HexPropertyLine, a1 as InfoLabel, a2 as InputHexField, a3 as InputHsvField, a4 as Inspector, a5 as InterceptFunction, a6 as InterceptProperty, a7 as IsPropertyReadonly, a8 as LineContainer, k as Link, a9 as LinkPropertyLine, L as LinkToEntity, aa as LinkToEntityPropertyLine, ab as List, ac as MakeDialogTeachingMoment, ad as MakeLazyComponent, ae as MakePopoverTeachingMoment, af as MakePropertyHook, ag as MakeTeachingMoment, ah as MaterialSelector, M as MessageBar, ai as NodeSelector, aj as NumberDropdown, ak as NumberDropdownPropertyLine, N as NumberInputPropertyLine, al as ObservableCollection, am as Pane, an as PlaceholderPropertyLine, P as Popover, ao as PositionedPopover, ap as PropertiesServiceIdentity, aq as Property, ar as PropertyContext, as as PropertyLine, at as QuaternionPropertyLine, au as RotationVectorPropertyLine, d as SceneContextIdentity, av as SceneExplorerServiceIdentity, aw as SearchBar, ax as SearchBox, ay as SelectionServiceDefinition, e as SelectionServiceIdentity, az as SettingsServiceIdentity, aA as SettingsStore, aB as SettingsStoreIdentity, c as ShellServiceIdentity, aC as ShowInspector, aD as SidePaneContainer, aE as SkeletonSelector, aF as Slider, aG as SpinButton, S as SpinButtonPropertyLine, aH as StatsServiceIdentity, aI as StringDropdown, aJ as StringDropdownPropertyLine, aK as StringifiedPropertyLine, aL as Switch, aM as SwitchPropertyLine, aN as SyncedSliderInput, aO as SyncedSliderPropertyLine, aP as TeachingMoment, aQ as TextAreaPropertyLine, aR as TextInput, T as TextInputPropertyLine, aS as TextPropertyLine, aT as Textarea, aU as TextureSelector, aV as TextureUpload, aW as Theme, aX as ThemeServiceIdentity, aY as ToastProvider, aZ as ToggleButton, i as ToolsServiceIdentity, a_ as Tooltip, a$ as UploadButton, b0 as Vector2PropertyLine, V as Vector3PropertyLine, b1 as Vector4PropertyLine, b2 as WatcherServiceIdentity, b3 as useAngleConverters, b4 as useAsyncResource, b5 as useColor3Property, b6 as useColor4Property, b7 as useEventListener, b8 as useEventfulState, a as useInterceptObservable, b9 as useKeyListener, ba as useKeyState, bb as useObservableCollection, f as useObservableState, bc as useOrderedObservableCollection, bd as usePollingObservable, b as useProperty, be as usePropertyChangedNotifier, bf as useQuaternionProperty, bg as useResource, bh as useSetting, bi as useTheme, bj as useThemeMode, u as useToast, bk as useVector3Property } from './index-DuVF9zYN.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
4
4
  import '@fluentui/react-components';
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
- import { P as Popover, u as useToast, a as useInterceptObservable, B as Button, L as LinkToEntity, T as TextInputPropertyLine, S as SpinButtonPropertyLine, C as CheckboxPropertyLine, V as Vector3PropertyLine, b as useProperty, M as MessageBar, c as ShellServiceIdentity, d as SceneContextIdentity, e as SelectionServiceIdentity, f as useObservableState, A as Accordion, g as AccordionSection } from './index-CjZdtI-w.js';
2
+ import { P as Popover, u as useToast, a as useInterceptObservable, B as Button, L as LinkToEntity, T as TextInputPropertyLine, S as SpinButtonPropertyLine, C as CheckboxPropertyLine, V as Vector3PropertyLine, b as useProperty, M as MessageBar, c as ShellServiceIdentity, d as SceneContextIdentity, e as SelectionServiceIdentity, f as useObservableState, A as Accordion, g as AccordionSection } from './index-DuVF9zYN.js';
3
3
  import { SettingsRegular, CollectionsAdd20Regular } from '@fluentui/react-icons';
4
4
  import '@babylonjs/core/Particles/webgl2ParticleSystem.js';
5
5
  import '@babylonjs/core/Rendering/prePassRendererSceneComponent.js';
@@ -772,4 +772,4 @@ var quickCreateToolsService = {
772
772
  };
773
773
 
774
774
  export { CreateToolsServiceDefinition, quickCreateToolsService as default };
775
- //# sourceMappingURL=quickCreateToolsService-CU-OcaMm.js.map
775
+ //# sourceMappingURL=quickCreateToolsService-BtsSLeMY.js.map