@dcl/playground-assets 7.0.6-4193722527.commit-97eac4a → 7.0.6-4195929129.commit-862da77

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
- "version": "7.0.6-4193722527.commit-97eac4a",
3
+ "version": "7.0.6-4195929129.commit-862da77",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
@@ -57,5 +57,5 @@
57
57
  "displayName": "SDK",
58
58
  "tsconfig": "./tsconfig.json"
59
59
  },
60
- "commit": "97eac4afc17ec12d3d9da37405d587aa1a4bc9fb"
60
+ "commit": "862da773d86dee8a30e0dcebd90251fa1e74f51f"
61
61
  }
@@ -1762,7 +1762,7 @@ export declare type IInputSystem = {
1762
1762
  * @param entity - the entity to query, ignore for global
1763
1763
  * @returns boolean
1764
1764
  */
1765
- isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity: Entity) => boolean;
1765
+ isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
1766
1766
  /**
1767
1767
  * @public
1768
1768
  * Check if an input action is currently being pressed.
@@ -14634,7 +14634,7 @@
14634
14634
  },
14635
14635
  {
14636
14636
  "kind": "Content",
14637
- "text": ", entity: "
14637
+ "text": ", entity?: "
14638
14638
  },
14639
14639
  {
14640
14640
  "kind": "Reference",
@@ -915,7 +915,7 @@ export interface IEvents {
915
915
 
916
916
  // @public (undocumented)
917
917
  export type IInputSystem = {
918
- isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity: Entity) => boolean;
918
+ isTriggered: (inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean;
919
919
  isPressed: (inputAction: InputAction) => boolean;
920
920
  getInputCommand: (inputAction: InputAction, pointerEventType: PointerEventType, entity: Entity) => PBPointerEventsResult | null;
921
921
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
- "version": "7.0.6-4193722527.commit-97eac4a",
3
+ "version": "7.0.6-4195929129.commit-862da77",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -17,12 +17,12 @@
17
17
  "author": "Decentraland",
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@dcl/sdk": "7.0.6-4193722527.commit-97eac4a"
20
+ "@dcl/sdk": "7.0.6-4195929129.commit-862da77"
21
21
  },
22
22
  "minCliVersion": "3.12.3",
23
23
  "files": [
24
24
  "dist",
25
25
  "etc"
26
26
  ],
27
- "commit": "97eac4afc17ec12d3d9da37405d587aa1a4bc9fb"
27
+ "commit": "862da773d86dee8a30e0dcebd90251fa1e74f51f"
28
28
  }