@dcl/playground-assets 7.23.2-25670347846.commit-ae6c2f7 → 7.23.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.23.2
|
|
4
|
+
"version": "7.23.2",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@dcl/ecs": "file:../ecs",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
},
|
|
36
36
|
"types": "./index.d.ts",
|
|
37
37
|
"typings": "./index.d.ts",
|
|
38
|
-
"commit": "
|
|
38
|
+
"commit": "15e86977205ad099c6c1b81f6c14e1acb7b52bd7"
|
|
39
39
|
}
|
|
@@ -9050,6 +9050,11 @@ export declare interface TriggerAreaEventsSystem {
|
|
|
9050
9050
|
* Execute callback when an entity stays in the Trigger Area
|
|
9051
9051
|
* @param entity - The entity that already has the TriggerArea component
|
|
9052
9052
|
* @param cb - Function to execute the 'Stay' type of result is detected
|
|
9053
|
+
*
|
|
9054
|
+
* Note: stay callbacks are synthesized by the SDK on every tick between a wire ENTER and a wire EXIT.
|
|
9055
|
+
* Wire-level TAET_STAY events (still emitted by legacy Explorers) are ignored entirely — they neither
|
|
9056
|
+
* fire callbacks nor mutate state. The SDK is the sole source of onTriggerStay dispatches, driven
|
|
9057
|
+
* from the ENTER/EXIT state machine.
|
|
9053
9058
|
*/
|
|
9054
9059
|
onTriggerStay(entity: Entity, cb: TriggerAreaEventSystemCallback): void;
|
|
9055
9060
|
/**
|
|
@@ -85751,7 +85751,7 @@
|
|
|
85751
85751
|
{
|
|
85752
85752
|
"kind": "MethodSignature",
|
|
85753
85753
|
"canonicalReference": "@dcl/playground-assets!TriggerAreaEventsSystem#onTriggerStay:member(1)",
|
|
85754
|
-
"docComment": "/**\n * Execute callback when an entity stays in the Trigger Area\n *\n * @param entity - The entity that already has the TriggerArea component\n *\n * @param cb - Function to execute the 'Stay' type of result is detected\n *\n * @public\n */\n",
|
|
85754
|
+
"docComment": "/**\n * Execute callback when an entity stays in the Trigger Area\n *\n * @param entity - The entity that already has the TriggerArea component\n *\n * @param cb - Function to execute the 'Stay' type of result is detected\n *\n * Note: stay callbacks are synthesized by the SDK on every tick between a wire ENTER and a wire EXIT. Wire-level TAET_STAY events (still emitted by legacy Explorers) are ignored entirely — they neither fire callbacks nor mutate state. The SDK is the sole source of onTriggerStay dispatches, driven from the ENTER/EXIT state machine.\n *\n * @public\n */\n",
|
|
85755
85755
|
"excerptTokens": [
|
|
85756
85756
|
{
|
|
85757
85757
|
"kind": "Content",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.23.2
|
|
4
|
+
"version": "7.23.2",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dcl/js-runtime": "7.23.2
|
|
8
|
-
"@dcl/sdk": "7.23.2
|
|
7
|
+
"@dcl/js-runtime": "7.23.2",
|
|
8
|
+
"@dcl/sdk": "7.23.2"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@microsoft/api-extractor": "^7.33.8"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
},
|
|
33
33
|
"types": "./dist/index.d.ts",
|
|
34
34
|
"typings": "./dist/index.d.ts",
|
|
35
|
-
"commit": "
|
|
35
|
+
"commit": "15e86977205ad099c6c1b81f6c14e1acb7b52bd7"
|
|
36
36
|
}
|