@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.
- package/dist/alpha.d.ts +1 -1
- package/dist/beta.d.ts +1 -1
- package/dist/index.bundled.d.ts +1 -1
- package/dist/index.js +27 -11
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +1 -1
- package/etc/playground-assets.api.json +1 -1
- package/etc/playground-assets.api.md +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.0.6-
|
|
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": "
|
|
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
|
|
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
|
|
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-
|
|
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-
|
|
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": "
|
|
27
|
+
"commit": "862da773d86dee8a30e0dcebd90251fa1e74f51f"
|
|
28
28
|
}
|